Shades of Olive #8D7A09
Tints of Olive #8D7A09
RGB
CMYK
RGB Variations
Color information
#8D7A09 (or 0x8D7A09) is known color: Olive. HEX triplet: 8D, 7A and 09. RGB value is (141,122,9). Sum of RGB (Red+Green+Blue) = 141+122+9=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7A09 is #7285F6. Grayscale: #737373. Windows color (decimal): -7505399 or 621197. OLE color: 621197.
HSL color Cylindrical-coordinate representation of color #8D7A09: hue angle of 51.36º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D7A09 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 9 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.45 |
| HSL | 51.36º | 0.88% | 0.29% | - |
| HSV(B) | 51.36º | 0.94% | 0.55% | - |
| XYZ | 17.99 | 19.6 | 3.09 | - |
| YUV | 114.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 9 | 0 | 0.13 | 0.94 | 0.45 | 51.36 | 0.88 | 0.29 |
| Hex | 8D | 7A | 9 | 0 | D | 5E | 2D | 33 | 58 | 1D |
| Octal | 215 | 172 | 11 | 0 | 15 | 136 | 55 | 63 | 130 | 35 |
| Binary | 10001101 | 1111010 | 1001 | 0 | 1101 | 1011110 | 101101 | 110011 | 1011000 | 11101 |
Color Harmonies of #8D7A09
Complementary color
Monochromatic Colors of #8D7A09
Black with #8D7A09
Text Example
Text Example
White with #8D7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A09; }
p { color: rgb(141,122,9); }
H1.HeaderClassName
{
color: #8D7A09;
}
.AnyTagClassName
{
color: #8D7A09;
}
</style>
background-color css
<style>
a { background-color: #8D7A09; }
a { background-color: rgb(141,122,9); }
div.DivClassName
{
background-color: #8D7A09;
}
.BgClassName
{
background-color: #8D7A09;
}
</style>
border-color css
<style>
span { border-color: #8D7A09; }
span { border-color: rgb(141,122,9); }
td.TdClassName
{
border-color: #8D7A09;
}
.TagClassName
{
border-color: #8D7A09;
}
</style>