#8A8A09

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

Shades of Olive #8A8A09

Tints of Olive #8A8A09

Color information

#8A8A09 (or 0x8A8A09) is unknown color: approx Olive. HEX triplet: 8A, 8A and 09. RGB value is (138,138,9). Sum of RGB (Red+Green+Blue) = 138+138+9=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8A09 is #7575F6. Grayscale: #7B7B7B. Windows color (decimal): -7697911 or 625290. OLE color: 625290.

HSL color Cylindrical-coordinate representation of color #8A8A09: hue angle of 60º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A8A09 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1381389-
CMYK000.930.46
HSL60º87.76%28.82%-
HSV(B)60º93.48%54.12%-
XYZ19.6223.63.78-
YUV123.2963.5138.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.42%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 9 (3.91% from 255) = 3.16%
R=48.42%
G=48.42%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381389000.930.466087.7628.82
Hex8A8A9005D2E3c581d
Octal2122121100135567413035
Binary10001010100010101001001011101101110111100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,138,9); }

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

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

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

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

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

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

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