#8C8409

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

Shades of Olive #8C8409

Tints of Olive #8C8409

Color information

#8C8409 (or 0x8C8409) is unknown color: approx Olive. HEX triplet: 8C, 84 and 09. RGB value is (140,132,9). Sum of RGB (Red+Green+Blue) = 140+132+9=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8409 is #737BF6. Grayscale: #787878. Windows color (decimal): -7568375 or 623756. OLE color: 623756.

HSL color Cylindrical-coordinate representation of color #8C8409: hue angle of 56.34º degrees, saturation: 0.88, 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 #8C8409 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB1401329-
CMYK00.060.940.45
HSL56.34º87.92%29.22%-
HSV(B)56.34º93.57%54.9%-
XYZ19.1222.13.52-
YUV120.3765.15142-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.82%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 9 (3.91% from 255) = 3.20%
R=49.82%
G=46.98%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140132900.060.940.4556.3487.9229.22
Hex8C849065E2D38581d
Octal2142041106136557013035
Binary1000110010000100100101101011110101101111000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,132,9); }

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

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

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

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

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

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

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