Shades of Olive #8C7A03
Tints of Olive #8C7A03
RGB
CMYK
RGB Variations
Color information
#8C7A03 (or 0x8C7A03) is known color: Olive. HEX triplet: 8C, 7A and 03. RGB value is (140,122,3). Sum of RGB (Red+Green+Blue) = 140+122+3=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7A03 is #7385FC. Grayscale: #727272. Windows color (decimal): -7570941 or 227980. OLE color: 227980.
HSL color Cylindrical-coordinate representation of color #8C7A03: hue angle of 52.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C7A03 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.45 |
| HSL | 52.12º | 0.96% | 0.28% | - |
| HSV(B) | 52.12º | 0.98% | 0.55% | - |
| XYZ | 17.79 | 19.5 | 2.91 | - |
| YUV | 113.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 3 | 0 | 0.13 | 0.98 | 0.45 | 52.12 | 0.96 | 0.28 |
| Hex | 8C | 7A | 3 | 0 | D | 62 | 2D | 34 | 60 | 1C |
| Octal | 214 | 172 | 3 | 0 | 15 | 142 | 55 | 64 | 140 | 34 |
| Binary | 10001100 | 1111010 | 11 | 0 | 1101 | 1100010 | 101101 | 110100 | 1100000 | 11100 |
Color Harmonies of #8C7A03
Complementary color
Monochromatic Colors of #8C7A03
Black with #8C7A03
Text Example
Text Example
White with #8C7A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A03; }
p { color: rgb(140,122,3); }
H1.HeaderClassName
{
color: #8C7A03;
}
.AnyTagClassName
{
color: #8C7A03;
}
</style>
background-color css
<style>
a { background-color: #8C7A03; }
a { background-color: rgb(140,122,3); }
div.DivClassName
{
background-color: #8C7A03;
}
.BgClassName
{
background-color: #8C7A03;
}
</style>
border-color css
<style>
span { border-color: #8C7A03; }
span { border-color: rgb(140,122,3); }
td.TdClassName
{
border-color: #8C7A03;
}
.TagClassName
{
border-color: #8C7A03;
}
</style>