Shades of Olive #8D7A03
Tints of Olive #8D7A03
RGB
CMYK
RGB Variations
Color information
#8D7A03 (or 0x8D7A03) is known color: Olive. HEX triplet: 8D, 7A and 03. RGB value is (141,122,3). Sum of RGB (Red+Green+Blue) = 141+122+3=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7A03 is #7285FC. Grayscale: #727272. Windows color (decimal): -7505405 or 227981. OLE color: 227981.
HSL color Cylindrical-coordinate representation of color #8D7A03: hue angle of 51.74º 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 #8D7A03 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 3 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.45 |
| HSL | 51.74º | 0.96% | 0.28% | - |
| HSV(B) | 51.74º | 0.98% | 0.55% | - |
| XYZ | 17.96 | 19.59 | 2.92 | - |
| YUV | 114.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 3 | 0 | 0.13 | 0.98 | 0.45 | 51.74 | 0.96 | 0.28 |
| Hex | 8D | 7A | 3 | 0 | D | 62 | 2D | 34 | 60 | 1C |
| Octal | 215 | 172 | 3 | 0 | 15 | 142 | 55 | 64 | 140 | 34 |
| Binary | 10001101 | 1111010 | 11 | 0 | 1101 | 1100010 | 101101 | 110100 | 1100000 | 11100 |
Color Harmonies of #8D7A03
Complementary color
Monochromatic Colors of #8D7A03
Black with #8D7A03
Text Example
Text Example
White with #8D7A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A03; }
p { color: rgb(141,122,3); }
H1.HeaderClassName
{
color: #8D7A03;
}
.AnyTagClassName
{
color: #8D7A03;
}
</style>
background-color css
<style>
a { background-color: #8D7A03; }
a { background-color: rgb(141,122,3); }
div.DivClassName
{
background-color: #8D7A03;
}
.BgClassName
{
background-color: #8D7A03;
}
</style>
border-color css
<style>
span { border-color: #8D7A03; }
span { border-color: rgb(141,122,3); }
td.TdClassName
{
border-color: #8D7A03;
}
.TagClassName
{
border-color: #8D7A03;
}
</style>