Shades of Olive #8C8802
Tints of Olive #8C8802
RGB
CMYK
RGB Variations
Color information
#8C8802 (or 0x8C8802) is known color: Olive. HEX triplet: 8C, 88 and 02. RGB value is (140,136,2). Sum of RGB (Red+Green+Blue) = 140+136+2=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8802 is #7377FD. Grayscale: #7A7A7A. Windows color (decimal): -7567358 or 166028. OLE color: 166028.
HSL color Cylindrical-coordinate representation of color #8C8802: hue angle of 58.26º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C8802 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 136 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.45 |
| HSL | 58.26º | 0.97% | 0.28% | - |
| HSV(B) | 58.26º | 0.99% | 0.55% | - |
| XYZ | 19.63 | 23.19 | 3.5 | - |
| YUV | 121.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 2 | 0 | 0.03 | 0.99 | 0.45 | 58.26 | 0.97 | 0.28 |
| Hex | 8C | 88 | 2 | 0 | 3 | 63 | 2D | 3A | 61 | 1C |
| Octal | 214 | 210 | 2 | 0 | 3 | 143 | 55 | 72 | 141 | 34 |
| Binary | 10001100 | 10001000 | 10 | 0 | 11 | 1100011 | 101101 | 111010 | 1100001 | 11100 |
Color Harmonies of #8C8802
Complementary color
Monochromatic Colors of #8C8802
Black with #8C8802
Text Example
Text Example
White with #8C8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8802; }
p { color: rgb(140,136,2); }
H1.HeaderClassName
{
color: #8C8802;
}
.AnyTagClassName
{
color: #8C8802;
}
</style>
background-color css
<style>
a { background-color: #8C8802; }
a { background-color: rgb(140,136,2); }
div.DivClassName
{
background-color: #8C8802;
}
.BgClassName
{
background-color: #8C8802;
}
</style>
border-color css
<style>
span { border-color: #8C8802; }
span { border-color: rgb(140,136,2); }
td.TdClassName
{
border-color: #8C8802;
}
.TagClassName
{
border-color: #8C8802;
}
</style>