Shades of Olive #8C7A01
Tints of Olive #8C7A01
RGB
CMYK
RGB Variations
Color information
#8C7A01 (or 0x8C7A01) is known color: Olive. HEX triplet: 8C, 7A and 01. RGB value is (140,122,1). Sum of RGB (Red+Green+Blue) = 140+122+1=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7A01 is #7385FE. Grayscale: #727272. Windows color (decimal): -7570943 or 96908. OLE color: 96908.
HSL color Cylindrical-coordinate representation of color #8C7A01: hue angle of 52.23º degrees, saturation: 0.99, 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 #8C7A01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.45 |
| HSL | 52.23º | 0.99% | 0.28% | - |
| HSV(B) | 52.23º | 0.99% | 0.55% | - |
| XYZ | 17.78 | 19.5 | 2.85 | - |
| YUV | 113.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 1 | 0 | 0.13 | 0.99 | 0.45 | 52.23 | 0.99 | 0.28 |
| Hex | 8C | 7A | 1 | 0 | D | 63 | 2D | 34 | 63 | 1C |
| Octal | 214 | 172 | 1 | 0 | 15 | 143 | 55 | 64 | 143 | 34 |
| Binary | 10001100 | 1111010 | 1 | 0 | 1101 | 1100011 | 101101 | 110100 | 1100011 | 11100 |
Color Harmonies of #8C7A01
Complementary color
Monochromatic Colors of #8C7A01
Black with #8C7A01
Text Example
Text Example
White with #8C7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A01; }
p { color: rgb(140,122,1); }
H1.HeaderClassName
{
color: #8C7A01;
}
.AnyTagClassName
{
color: #8C7A01;
}
</style>
background-color css
<style>
a { background-color: #8C7A01; }
a { background-color: rgb(140,122,1); }
div.DivClassName
{
background-color: #8C7A01;
}
.BgClassName
{
background-color: #8C7A01;
}
</style>
border-color css
<style>
span { border-color: #8C7A01; }
span { border-color: rgb(140,122,1); }
td.TdClassName
{
border-color: #8C7A01;
}
.TagClassName
{
border-color: #8C7A01;
}
</style>