Shades of Olive #8C8409
Tints of Olive #8C8409
RGB
CMYK
RGB Variations
Color information
#8C8409 (or 0x8C8409) is known color: 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
| RGB | 140 | 132 | 9 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.45 |
| HSL | 56.34º | 0.88% | 0.29% | - |
| HSV(B) | 56.34º | 0.94% | 0.55% | - |
| XYZ | 19.12 | 22.1 | 3.52 | - |
| YUV | 120.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 9 | 0 | 0.06 | 0.94 | 0.45 | 56.34 | 0.88 | 0.29 |
| Hex | 8C | 84 | 9 | 0 | 6 | 5E | 2D | 38 | 58 | 1D |
| Octal | 214 | 204 | 11 | 0 | 6 | 136 | 55 | 70 | 130 | 35 |
| Binary | 10001100 | 10000100 | 1001 | 0 | 110 | 1011110 | 101101 | 111000 | 1011000 | 11101 |
Color Harmonies of #8C8409
Complementary color
Monochromatic Colors of #8C8409
Black with #8C8409
Text Example
Text Example
White with #8C8409
Text Example
Text Example
HTML Codes & Css Web 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>