Shades of Olive #8E9207
Tints of Olive #8E9207
RGB
CMYK
RGB Variations
Color information
#8E9207 (or 0x8E9207) is known color: Olive. HEX triplet: 8E, 92 and 07. RGB value is (142,146,7). Sum of RGB (Red+Green+Blue) = 142+146+7=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9207 is #716DF8. Grayscale: #818181. Windows color (decimal): -7433721 or 496270. OLE color: 496270.
HSL color Cylindrical-coordinate representation of color #8E9207: hue angle of 61.73º 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 #8E9207 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 146 | 7 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.43 |
| HSL | 61.73º | 0.91% | 0.3% | - |
| HSV(B) | 61.73º | 0.95% | 0.57% | - |
| XYZ | 21.47 | 26.32 | 4.15 | - |
| YUV | 128.96 | 59.17 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 146 | 7 | 0.03 | 0 | 0.95 | 0.43 | 61.73 | 0.91 | 0.3 |
| Hex | 8E | 92 | 7 | 3 | 0 | 5F | 2B | 3E | 5B | 1E |
| Octal | 216 | 222 | 7 | 3 | 0 | 137 | 53 | 76 | 133 | 36 |
| Binary | 10001110 | 10010010 | 111 | 11 | 0 | 1011111 | 101011 | 111110 | 1011011 | 11110 |
Color Harmonies of #8E9207
Complementary color
Monochromatic Colors of #8E9207
Black with #8E9207
Text Example
Text Example
White with #8E9207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9207; }
p { color: rgb(142,146,7); }
H1.HeaderClassName
{
color: #8E9207;
}
.AnyTagClassName
{
color: #8E9207;
}
</style>
background-color css
<style>
a { background-color: #8E9207; }
a { background-color: rgb(142,146,7); }
div.DivClassName
{
background-color: #8E9207;
}
.BgClassName
{
background-color: #8E9207;
}
</style>
border-color css
<style>
span { border-color: #8E9207; }
span { border-color: rgb(142,146,7); }
td.TdClassName
{
border-color: #8E9207;
}
.TagClassName
{
border-color: #8E9207;
}
</style>