Shades of Olive #8C8F09
Tints of Olive #8C8F09
RGB
CMYK
RGB Variations
Color information
#8C8F09 (or 0x8C8F09) is known color: Olive. HEX triplet: 8C, 8F and 09. RGB value is (140,143,9). Sum of RGB (Red+Green+Blue) = 140+143+9=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8F09 is #7370F6. Grayscale: #7F7F7F. Windows color (decimal): -7565559 or 626572. OLE color: 626572.
HSL color Cylindrical-coordinate representation of color #8C8F09: hue angle of 61.34º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C8F09 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 9 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.44 |
| HSL | 61.34º | 0.88% | 0.3% | - |
| HSV(B) | 61.34º | 0.94% | 0.56% | - |
| XYZ | 20.69 | 25.24 | 4.04 | - |
| YUV | 126.83 | 61.51 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 9 | 0.02 | 0 | 0.94 | 0.44 | 61.34 | 0.88 | 0.3 |
| Hex | 8C | 8F | 9 | 2 | 0 | 5E | 2C | 3D | 58 | 1E |
| Octal | 214 | 217 | 11 | 2 | 0 | 136 | 54 | 75 | 130 | 36 |
| Binary | 10001100 | 10001111 | 1001 | 10 | 0 | 1011110 | 101100 | 111101 | 1011000 | 11110 |
Color Harmonies of #8C8F09
Complementary color
Monochromatic Colors of #8C8F09
Black with #8C8F09
Text Example
Text Example
White with #8C8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F09; }
p { color: rgb(140,143,9); }
H1.HeaderClassName
{
color: #8C8F09;
}
.AnyTagClassName
{
color: #8C8F09;
}
</style>
background-color css
<style>
a { background-color: #8C8F09; }
a { background-color: rgb(140,143,9); }
div.DivClassName
{
background-color: #8C8F09;
}
.BgClassName
{
background-color: #8C8F09;
}
</style>
border-color css
<style>
span { border-color: #8C8F09; }
span { border-color: rgb(140,143,9); }
td.TdClassName
{
border-color: #8C8F09;
}
.TagClassName
{
border-color: #8C8F09;
}
</style>