Shades of Olive #8D7A01
Tints of Olive #8D7A01
RGB
CMYK
RGB Variations
Color information
#8D7A01 (or 0x8D7A01) is known color: Olive. HEX triplet: 8D, 7A and 01. RGB value is (141,122,1). Sum of RGB (Red+Green+Blue) = 141+122+1=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7A01 is #7285FE. Grayscale: #727272. Windows color (decimal): -7505407 or 96909. OLE color: 96909.
HSL color Cylindrical-coordinate representation of color #8D7A01: hue angle of 51.86º 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 #8D7A01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.45 |
| HSL | 51.86º | 0.99% | 0.28% | - |
| HSV(B) | 51.86º | 0.99% | 0.55% | - |
| XYZ | 17.95 | 19.58 | 2.86 | - |
| YUV | 113.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 1 | 0 | 0.13 | 0.99 | 0.45 | 51.86 | 0.99 | 0.28 |
| Hex | 8D | 7A | 1 | 0 | D | 63 | 2D | 34 | 63 | 1C |
| Octal | 215 | 172 | 1 | 0 | 15 | 143 | 55 | 64 | 143 | 34 |
| Binary | 10001101 | 1111010 | 1 | 0 | 1101 | 1100011 | 101101 | 110100 | 1100011 | 11100 |
Color Harmonies of #8D7A01
Complementary color
Monochromatic Colors of #8D7A01
Black with #8D7A01
Text Example
Text Example
White with #8D7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A01; }
p { color: rgb(141,122,1); }
H1.HeaderClassName
{
color: #8D7A01;
}
.AnyTagClassName
{
color: #8D7A01;
}
</style>
background-color css
<style>
a { background-color: #8D7A01; }
a { background-color: rgb(141,122,1); }
div.DivClassName
{
background-color: #8D7A01;
}
.BgClassName
{
background-color: #8D7A01;
}
</style>
border-color css
<style>
span { border-color: #8D7A01; }
span { border-color: rgb(141,122,1); }
td.TdClassName
{
border-color: #8D7A01;
}
.TagClassName
{
border-color: #8D7A01;
}
</style>