Shades of Olive #8C8005
Tints of Olive #8C8005
RGB
CMYK
RGB Variations
Color information
#8C8005 (or 0x8C8005) is known color: Olive. HEX triplet: 8C, 80 and 05. RGB value is (140,128,5). Sum of RGB (Red+Green+Blue) = 140+128+5=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8005 is #737FFA. Grayscale: #767676. Windows color (decimal): -7569403 or 360588. OLE color: 360588.
HSL color Cylindrical-coordinate representation of color #8C8005: hue angle of 54.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C8005 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 5 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.45 |
| HSL | 54.67º | 0.93% | 0.28% | - |
| HSV(B) | 54.67º | 0.96% | 0.55% | - |
| XYZ | 18.56 | 21.02 | 3.22 | - |
| YUV | 117.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 5 | 0 | 0.09 | 0.96 | 0.45 | 54.67 | 0.93 | 0.28 |
| Hex | 8C | 80 | 5 | 0 | 9 | 60 | 2D | 37 | 5D | 1C |
| Octal | 214 | 200 | 5 | 0 | 11 | 140 | 55 | 67 | 135 | 34 |
| Binary | 10001100 | 10000000 | 101 | 0 | 1001 | 1100000 | 101101 | 110111 | 1011101 | 11100 |
Color Harmonies of #8C8005
Complementary color
Monochromatic Colors of #8C8005
Black with #8C8005
Text Example
Text Example
White with #8C8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8005; }
p { color: rgb(140,128,5); }
H1.HeaderClassName
{
color: #8C8005;
}
.AnyTagClassName
{
color: #8C8005;
}
</style>
background-color css
<style>
a { background-color: #8C8005; }
a { background-color: rgb(140,128,5); }
div.DivClassName
{
background-color: #8C8005;
}
.BgClassName
{
background-color: #8C8005;
}
</style>
border-color css
<style>
span { border-color: #8C8005; }
span { border-color: rgb(140,128,5); }
td.TdClassName
{
border-color: #8C8005;
}
.TagClassName
{
border-color: #8C8005;
}
</style>