Shades of Olive #8D8709
Tints of Olive #8D8709
RGB
CMYK
RGB Variations
Color information
#8D8709 (or 0x8D8709) is known color: Olive. HEX triplet: 8D, 87 and 09. RGB value is (141,135,9). Sum of RGB (Red+Green+Blue) = 141+135+9=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8709 is #7278F6. Grayscale: #7A7A7A. Windows color (decimal): -7502071 or 624525. OLE color: 624525.
HSL color Cylindrical-coordinate representation of color #8D8709: hue angle of 57.27º 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 #8D8709 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 9 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.45 |
| HSL | 57.27º | 0.88% | 0.29% | - |
| HSV(B) | 57.27º | 0.94% | 0.55% | - |
| XYZ | 19.7 | 23.01 | 3.66 | - |
| YUV | 122.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 9 | 0 | 0.04 | 0.94 | 0.45 | 57.27 | 0.88 | 0.29 |
| Hex | 8D | 87 | 9 | 0 | 4 | 5E | 2D | 39 | 58 | 1D |
| Octal | 215 | 207 | 11 | 0 | 4 | 136 | 55 | 71 | 130 | 35 |
| Binary | 10001101 | 10000111 | 1001 | 0 | 100 | 1011110 | 101101 | 111001 | 1011000 | 11101 |
Color Harmonies of #8D8709
Complementary color
Monochromatic Colors of #8D8709
Black with #8D8709
Text Example
Text Example
White with #8D8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8709; }
p { color: rgb(141,135,9); }
H1.HeaderClassName
{
color: #8D8709;
}
.AnyTagClassName
{
color: #8D8709;
}
</style>
background-color css
<style>
a { background-color: #8D8709; }
a { background-color: rgb(141,135,9); }
div.DivClassName
{
background-color: #8D8709;
}
.BgClassName
{
background-color: #8D8709;
}
</style>
border-color css
<style>
span { border-color: #8D8709; }
span { border-color: rgb(141,135,9); }
td.TdClassName
{
border-color: #8D8709;
}
.TagClassName
{
border-color: #8D8709;
}
</style>