Shades of Olive #8D9207
Tints of Olive #8D9207
RGB
CMYK
RGB Variations
Color information
#8D9207 (or 0x8D9207) is known color: Olive. HEX triplet: 8D, 92 and 07. RGB value is (141,146,7). Sum of RGB (Red+Green+Blue) = 141+146+7=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9207 is #726DF8. Grayscale: #818181. Windows color (decimal): -7499257 or 496269. OLE color: 496269.
HSL color Cylindrical-coordinate representation of color #8D9207: hue angle of 62.16º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D9207 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 146 | 7 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.43 |
| HSL | 62.16º | 0.91% | 0.3% | - |
| HSV(B) | 62.16º | 0.95% | 0.57% | - |
| XYZ | 21.3 | 26.24 | 4.14 | - |
| YUV | 128.66 | 59.34 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 146 | 7 | 0.03 | 0 | 0.95 | 0.43 | 62.16 | 0.91 | 0.3 |
| Hex | 8D | 92 | 7 | 3 | 0 | 5F | 2B | 3E | 5B | 1E |
| Octal | 215 | 222 | 7 | 3 | 0 | 137 | 53 | 76 | 133 | 36 |
| Binary | 10001101 | 10010010 | 111 | 11 | 0 | 1011111 | 101011 | 111110 | 1011011 | 11110 |
Color Harmonies of #8D9207
Complementary color
Monochromatic Colors of #8D9207
Black with #8D9207
Text Example
Text Example
White with #8D9207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9207; }
p { color: rgb(141,146,7); }
H1.HeaderClassName
{
color: #8D9207;
}
.AnyTagClassName
{
color: #8D9207;
}
</style>
background-color css
<style>
a { background-color: #8D9207; }
a { background-color: rgb(141,146,7); }
div.DivClassName
{
background-color: #8D9207;
}
.BgClassName
{
background-color: #8D9207;
}
</style>
border-color css
<style>
span { border-color: #8D9207; }
span { border-color: rgb(141,146,7); }
td.TdClassName
{
border-color: #8D9207;
}
.TagClassName
{
border-color: #8D9207;
}
</style>