#8C8C09

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

Shades of Olive #8C8C09

Tints of Olive #8C8C09

Color information

#8C8C09 (or 0x8C8C09) is unknown color: approx Olive. HEX triplet: 8C, 8C and 09. RGB value is (140,140,9). Sum of RGB (Red+Green+Blue) = 140+140+9=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8C09 is #7373F6. Grayscale: #7D7D7D. Windows color (decimal): -7566327 or 625804. OLE color: 625804.

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

Color convert

RGB1401409-
CMYK000.940.45
HSL60º87.92%29.22%-
HSV(B)60º93.57%54.9%-
XYZ20.2424.353.89-
YUV125.0762.5138.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.44%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 9 (3.91% from 255) = 3.11%
R=48.44%
G=48.44%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401409000.940.456087.9229.22
Hex8C8C9005E2D3c581d
Octal2142141100136557413035
Binary10001100100011001001001011110101101111100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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