Shades of Olive #8C7201
Tints of Olive #8C7201
RGB
CMYK
RGB Variations
Color information
#8C7201 (or 0x8C7201) is known color: Olive. HEX triplet: 8C, 72 and 01. RGB value is (140,114,1). Sum of RGB (Red+Green+Blue) = 140+114+1=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7201 is #738DFE. Grayscale: #6D6D6D. Windows color (decimal): -7572991 or 94860. OLE color: 94860.
HSL color Cylindrical-coordinate representation of color #8C7201: hue angle of 48.78º 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 #8C7201 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.45 |
| HSL | 48.78º | 0.99% | 0.28% | - |
| HSV(B) | 48.78º | 0.99% | 0.55% | - |
| XYZ | 16.84 | 17.61 | 2.54 | - |
| YUV | 108.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 1 | 0 | 0.19 | 0.99 | 0.45 | 48.78 | 0.99 | 0.28 |
| Hex | 8C | 72 | 1 | 0 | 13 | 63 | 2D | 31 | 63 | 1C |
| Octal | 214 | 162 | 1 | 0 | 23 | 143 | 55 | 61 | 143 | 34 |
| Binary | 10001100 | 1110010 | 1 | 0 | 10011 | 1100011 | 101101 | 110001 | 1100011 | 11100 |
Color Harmonies of #8C7201
Complementary color
Monochromatic Colors of #8C7201
Black with #8C7201
Text Example
Text Example
White with #8C7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7201; }
p { color: rgb(140,114,1); }
H1.HeaderClassName
{
color: #8C7201;
}
.AnyTagClassName
{
color: #8C7201;
}
</style>
background-color css
<style>
a { background-color: #8C7201; }
a { background-color: rgb(140,114,1); }
div.DivClassName
{
background-color: #8C7201;
}
.BgClassName
{
background-color: #8C7201;
}
</style>
border-color css
<style>
span { border-color: #8C7201; }
span { border-color: rgb(140,114,1); }
td.TdClassName
{
border-color: #8C7201;
}
.TagClassName
{
border-color: #8C7201;
}
</style>