Shades of Olive #7E8C09
Tints of Olive #7E8C09
RGB
CMYK
RGB Variations
Color information
#7E8C09 (or 0x7E8C09) is known color: Olive. HEX triplet: 7E, 8C and 09. RGB value is (126,140,9). Sum of RGB (Red+Green+Blue) = 126+140+9=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8C09 is #8173F6. Grayscale: #797979. Windows color (decimal): -8483831 or 625790. OLE color: 625790.
HSL color Cylindrical-coordinate representation of color #7E8C09: hue angle of 66.41º 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 #7E8C09 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 140 | 9 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.45 |
| HSL | 66.41º | 0.88% | 0.29% | - |
| HSV(B) | 66.41º | 0.94% | 0.55% | - |
| XYZ | 18.03 | 23.21 | 3.79 | - |
| YUV | 120.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 140 | 9 | 0.10 | 0 | 0.94 | 0.45 | 66.41 | 0.88 | 0.29 |
| Hex | 7E | 8C | 9 | A | 0 | 5E | 2D | 42 | 58 | 1D |
| Octal | 176 | 214 | 11 | 12 | 0 | 136 | 55 | 102 | 130 | 35 |
| Binary | 1111110 | 10001100 | 1001 | 1010 | 0 | 1011110 | 101101 | 1000010 | 1011000 | 11101 |
Color Harmonies of #7E8C09
Complementary color
Monochromatic Colors of #7E8C09
Black with #7E8C09
Text Example
Text Example
White with #7E8C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8C09; }
p { color: rgb(126,140,9); }
H1.HeaderClassName
{
color: #7E8C09;
}
.AnyTagClassName
{
color: #7E8C09;
}
</style>
background-color css
<style>
a { background-color: #7E8C09; }
a { background-color: rgb(126,140,9); }
div.DivClassName
{
background-color: #7E8C09;
}
.BgClassName
{
background-color: #7E8C09;
}
</style>
border-color css
<style>
span { border-color: #7E8C09; }
span { border-color: rgb(126,140,9); }
td.TdClassName
{
border-color: #7E8C09;
}
.TagClassName
{
border-color: #7E8C09;
}
</style>