Shades of Olive #8C8408
Tints of Olive #8C8408
RGB
CMYK
RGB Variations
Color information
#8C8408 (or 0x8C8408) is known color: Olive. HEX triplet: 8C, 84 and 08. RGB value is (140,132,8). Sum of RGB (Red+Green+Blue) = 140+132+8=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8408 is #737BF7. Grayscale: #787878. Windows color (decimal): -7568376 or 558220. OLE color: 558220.
HSL color Cylindrical-coordinate representation of color #8C8408: hue angle of 56.36º 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 #8C8408 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 8 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.45 |
| HSL | 56.36º | 0.89% | 0.29% | - |
| HSV(B) | 56.36º | 0.94% | 0.55% | - |
| XYZ | 19.11 | 22.1 | 3.49 | - |
| YUV | 120.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 8 | 0 | 0.06 | 0.94 | 0.45 | 56.36 | 0.89 | 0.29 |
| Hex | 8C | 84 | 8 | 0 | 6 | 5E | 2D | 38 | 59 | 1D |
| Octal | 214 | 204 | 10 | 0 | 6 | 136 | 55 | 70 | 131 | 35 |
| Binary | 10001100 | 10000100 | 1000 | 0 | 110 | 1011110 | 101101 | 111000 | 1011001 | 11101 |
Color Harmonies of #8C8408
Complementary color
Monochromatic Colors of #8C8408
Black with #8C8408
Text Example
Text Example
White with #8C8408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8408; }
p { color: rgb(140,132,8); }
H1.HeaderClassName
{
color: #8C8408;
}
.AnyTagClassName
{
color: #8C8408;
}
</style>
background-color css
<style>
a { background-color: #8C8408; }
a { background-color: rgb(140,132,8); }
div.DivClassName
{
background-color: #8C8408;
}
.BgClassName
{
background-color: #8C8408;
}
</style>
border-color css
<style>
span { border-color: #8C8408; }
span { border-color: rgb(140,132,8); }
td.TdClassName
{
border-color: #8C8408;
}
.TagClassName
{
border-color: #8C8408;
}
</style>