Shades of Olive #8C7905
Tints of Olive #8C7905
RGB
CMYK
RGB Variations
Color information
#8C7905 (or 0x8C7905) is known color: Olive. HEX triplet: 8C, 79 and 05. RGB value is (140,121,5). Sum of RGB (Red+Green+Blue) = 140+121+5=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7905 is #7386FA. Grayscale: #717171. Windows color (decimal): -7571195 or 358796. OLE color: 358796.
HSL color Cylindrical-coordinate representation of color #8C7905: hue angle of 51.56º 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 #8C7905 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 5 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.45 |
| HSL | 51.56º | 0.93% | 0.28% | - |
| HSV(B) | 51.56º | 0.96% | 0.55% | - |
| XYZ | 17.68 | 19.26 | 2.93 | - |
| YUV | 113.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 5 | 0 | 0.14 | 0.96 | 0.45 | 51.56 | 0.93 | 0.28 |
| Hex | 8C | 79 | 5 | 0 | E | 60 | 2D | 34 | 5D | 1C |
| Octal | 214 | 171 | 5 | 0 | 16 | 140 | 55 | 64 | 135 | 34 |
| Binary | 10001100 | 1111001 | 101 | 0 | 1110 | 1100000 | 101101 | 110100 | 1011101 | 11100 |
Color Harmonies of #8C7905
Complementary color
Monochromatic Colors of #8C7905
Black with #8C7905
Text Example
Text Example
White with #8C7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7905; }
p { color: rgb(140,121,5); }
H1.HeaderClassName
{
color: #8C7905;
}
.AnyTagClassName
{
color: #8C7905;
}
</style>
background-color css
<style>
a { background-color: #8C7905; }
a { background-color: rgb(140,121,5); }
div.DivClassName
{
background-color: #8C7905;
}
.BgClassName
{
background-color: #8C7905;
}
</style>
border-color css
<style>
span { border-color: #8C7905; }
span { border-color: rgb(140,121,5); }
td.TdClassName
{
border-color: #8C7905;
}
.TagClassName
{
border-color: #8C7905;
}
</style>