Shades of Olive #8C7C01
Tints of Olive #8C7C01
RGB
CMYK
RGB Variations
Color information
#8C7C01 (or 0x8C7C01) is known color: Olive. HEX triplet: 8C, 7C and 01. RGB value is (140,124,1). Sum of RGB (Red+Green+Blue) = 140+124+1=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7C01 is #7383FE. Grayscale: #737373. Windows color (decimal): -7570431 or 97420. OLE color: 97420.
HSL color Cylindrical-coordinate representation of color #8C7C01: hue angle of 53.09º 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 #8C7C01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 124 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.45 |
| HSL | 53.09º | 0.99% | 0.28% | - |
| HSV(B) | 53.09º | 0.99% | 0.55% | - |
| XYZ | 18.03 | 19.99 | 2.94 | - |
| YUV | 114.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 124 | 1 | 0 | 0.11 | 0.99 | 0.45 | 53.09 | 0.99 | 0.28 |
| Hex | 8C | 7C | 1 | 0 | B | 63 | 2D | 35 | 63 | 1C |
| Octal | 214 | 174 | 1 | 0 | 13 | 143 | 55 | 65 | 143 | 34 |
| Binary | 10001100 | 1111100 | 1 | 0 | 1011 | 1100011 | 101101 | 110101 | 1100011 | 11100 |
Color Harmonies of #8C7C01
Complementary color
Monochromatic Colors of #8C7C01
Black with #8C7C01
Text Example
Text Example
White with #8C7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7C01; }
p { color: rgb(140,124,1); }
H1.HeaderClassName
{
color: #8C7C01;
}
.AnyTagClassName
{
color: #8C7C01;
}
</style>
background-color css
<style>
a { background-color: #8C7C01; }
a { background-color: rgb(140,124,1); }
div.DivClassName
{
background-color: #8C7C01;
}
.BgClassName
{
background-color: #8C7C01;
}
</style>
border-color css
<style>
span { border-color: #8C7C01; }
span { border-color: rgb(140,124,1); }
td.TdClassName
{
border-color: #8C7C01;
}
.TagClassName
{
border-color: #8C7C01;
}
</style>