Shades of Olive #8D7A05
Tints of Olive #8D7A05
RGB
CMYK
RGB Variations
Color information
#8D7A05 (or 0x8D7A05) is known color: Olive. HEX triplet: 8D, 7A and 05. RGB value is (141,122,5). Sum of RGB (Red+Green+Blue) = 141+122+5=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7A05 is #7285FA. Grayscale: #727272. Windows color (decimal): -7505403 or 359053. OLE color: 359053.
HSL color Cylindrical-coordinate representation of color #8D7A05: hue angle of 51.62º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D7A05 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 5 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.45 |
| HSL | 51.62º | 0.93% | 0.29% | - |
| HSV(B) | 51.62º | 0.96% | 0.55% | - |
| XYZ | 17.97 | 19.59 | 2.98 | - |
| YUV | 114.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 5 | 0 | 0.13 | 0.96 | 0.45 | 51.62 | 0.93 | 0.29 |
| Hex | 8D | 7A | 5 | 0 | D | 60 | 2D | 34 | 5D | 1D |
| Octal | 215 | 172 | 5 | 0 | 15 | 140 | 55 | 64 | 135 | 35 |
| Binary | 10001101 | 1111010 | 101 | 0 | 1101 | 1100000 | 101101 | 110100 | 1011101 | 11101 |
Color Harmonies of #8D7A05
Complementary color
Monochromatic Colors of #8D7A05
Black with #8D7A05
Text Example
Text Example
White with #8D7A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A05; }
p { color: rgb(141,122,5); }
H1.HeaderClassName
{
color: #8D7A05;
}
.AnyTagClassName
{
color: #8D7A05;
}
</style>
background-color css
<style>
a { background-color: #8D7A05; }
a { background-color: rgb(141,122,5); }
div.DivClassName
{
background-color: #8D7A05;
}
.BgClassName
{
background-color: #8D7A05;
}
</style>
border-color css
<style>
span { border-color: #8D7A05; }
span { border-color: rgb(141,122,5); }
td.TdClassName
{
border-color: #8D7A05;
}
.TagClassName
{
border-color: #8D7A05;
}
</style>