Shades of Olive #8D7E09
Tints of Olive #8D7E09
RGB
CMYK
RGB Variations
Color information
#8D7E09 (or 0x8D7E09) is known color: Olive. HEX triplet: 8D, 7E and 09. RGB value is (141,126,9). Sum of RGB (Red+Green+Blue) = 141+126+9=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7E09 is #7281F6. Grayscale: #757575. Windows color (decimal): -7504375 or 622221. OLE color: 622221.
HSL color Cylindrical-coordinate representation of color #8D7E09: hue angle of 53.18º 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 #8D7E09 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 9 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.45 |
| HSL | 53.18º | 0.88% | 0.29% | - |
| HSV(B) | 53.18º | 0.94% | 0.55% | - |
| XYZ | 18.49 | 20.6 | 3.26 | - |
| YUV | 117.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 9 | 0 | 0.11 | 0.94 | 0.45 | 53.18 | 0.88 | 0.29 |
| Hex | 8D | 7E | 9 | 0 | B | 5E | 2D | 35 | 58 | 1D |
| Octal | 215 | 176 | 11 | 0 | 13 | 136 | 55 | 65 | 130 | 35 |
| Binary | 10001101 | 1111110 | 1001 | 0 | 1011 | 1011110 | 101101 | 110101 | 1011000 | 11101 |
Color Harmonies of #8D7E09
Complementary color
Monochromatic Colors of #8D7E09
Black with #8D7E09
Text Example
Text Example
White with #8D7E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E09; }
p { color: rgb(141,126,9); }
H1.HeaderClassName
{
color: #8D7E09;
}
.AnyTagClassName
{
color: #8D7E09;
}
</style>
background-color css
<style>
a { background-color: #8D7E09; }
a { background-color: rgb(141,126,9); }
div.DivClassName
{
background-color: #8D7E09;
}
.BgClassName
{
background-color: #8D7E09;
}
</style>
border-color css
<style>
span { border-color: #8D7E09; }
span { border-color: rgb(141,126,9); }
td.TdClassName
{
border-color: #8D7E09;
}
.TagClassName
{
border-color: #8D7E09;
}
</style>