#8A8B08

Color #8A8B08 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #8A8B08

Tints of Olive #8A8B08

Color information

#8A8B08 (or 0x8A8B08) is unknown color: approx Olive. HEX triplet: 8A, 8B and 08. RGB value is (138,139,8). Sum of RGB (Red+Green+Blue) = 138+139+8=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8B08 is #7574F7. Grayscale: #7C7C7C. Windows color (decimal): -7697656 or 560010. OLE color: 560010.

HSL color Cylindrical-coordinate representation of color #8A8B08: hue angle of 60.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A8B08 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1381398-
CMYK0.0100.940.45
HSL60.46º89.12%28.82%-
HSV(B)60.46º94.24%54.51%-
XYZ19.7623.893.8-
YUV123.7762.67138.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 48.42%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 8 (3.52% from 255) = 2.81%
R=48.42%
G=48.77%
B=2.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13813980.0100.940.4560.4689.1228.82
Hex8A8B8105E2D3c591d
Octal2122131010136557413135
Binary10001010100010111000101011110101101111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8B08; }

 p { color: rgb(138,139,8); }

 H1.HeaderClassName
 {
   color: #8A8B08;
 }
 .AnyTagClassName
 {
   color: #8A8B08;
 }
</style>
background-color css

<style>
 a { background-color: #8A8B08; }

 a { background-color: rgb(138,139,8); }

 div.DivClassName
 {
   background-color: #8A8B08;
 }
 .BgClassName
 {
   background-color: #8A8B08;
 }
</style>
border-color css

<style>
 span { border-color: #8A8B08; }

 span { border-color: rgb(138,139,8); }

 td.TdClassName
 {
   border-color: #8A8B08;
 }
 .TagClassName
 {
   border-color: #8A8B08;
 }
</style>