Shades of Olive #8D8C09
Tints of Olive #8D8C09
RGB
CMYK
RGB Variations
Color information
#8D8C09 (or 0x8D8C09) is known color: Olive. HEX triplet: 8D, 8C and 09. RGB value is (141,140,9). Sum of RGB (Red+Green+Blue) = 141+140+9=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8C09 is #7273F6. Grayscale: #7D7D7D. Windows color (decimal): -7500791 or 625805. OLE color: 625805.
HSL color Cylindrical-coordinate representation of color #8D8C09: hue angle of 59.55º 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 #8D8C09 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 140 | 9 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.45 |
| HSL | 59.55º | 0.88% | 0.29% | - |
| HSV(B) | 59.55º | 0.94% | 0.55% | - |
| XYZ | 20.41 | 24.44 | 3.9 | - |
| YUV | 125.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 9 | 0 | 0.01 | 0.94 | 0.45 | 59.55 | 0.88 | 0.29 |
| Hex | 8D | 8C | 9 | 0 | 1 | 5E | 2D | 3C | 58 | 1D |
| Octal | 215 | 214 | 11 | 0 | 1 | 136 | 55 | 74 | 130 | 35 |
| Binary | 10001101 | 10001100 | 1001 | 0 | 1 | 1011110 | 101101 | 111100 | 1011000 | 11101 |
Color Harmonies of #8D8C09
Complementary color
Monochromatic Colors of #8D8C09
Black with #8D8C09
Text Example
Text Example
White with #8D8C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8C09; }
p { color: rgb(141,140,9); }
H1.HeaderClassName
{
color: #8D8C09;
}
.AnyTagClassName
{
color: #8D8C09;
}
</style>
background-color css
<style>
a { background-color: #8D8C09; }
a { background-color: rgb(141,140,9); }
div.DivClassName
{
background-color: #8D8C09;
}
.BgClassName
{
background-color: #8D8C09;
}
</style>
border-color css
<style>
span { border-color: #8D8C09; }
span { border-color: rgb(141,140,9); }
td.TdClassName
{
border-color: #8D8C09;
}
.TagClassName
{
border-color: #8D8C09;
}
</style>