Shades of Olive #7E8909
Tints of Olive #7E8909
RGB
CMYK
RGB Variations
Color information
#7E8909 (or 0x7E8909) is known color: Olive. HEX triplet: 7E, 89 and 09. RGB value is (126,137,9). Sum of RGB (Red+Green+Blue) = 126+137+9=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8909 is #8176F6. Grayscale: #777777. Windows color (decimal): -8484599 or 625022. OLE color: 625022.
HSL color Cylindrical-coordinate representation of color #7E8909: hue angle of 65.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E8909 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 137 | 9 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.46 |
| HSL | 65.16º | 0.88% | 0.29% | - |
| HSV(B) | 65.16º | 0.93% | 0.54% | - |
| XYZ | 17.6 | 22.35 | 3.64 | - |
| YUV | 119.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 9 | 0.08 | 0 | 0.93 | 0.46 | 65.16 | 0.88 | 0.29 |
| Hex | 7E | 89 | 9 | 8 | 0 | 5D | 2E | 41 | 58 | 1D |
| Octal | 176 | 211 | 11 | 10 | 0 | 135 | 56 | 101 | 130 | 35 |
| Binary | 1111110 | 10001001 | 1001 | 1000 | 0 | 1011101 | 101110 | 1000001 | 1011000 | 11101 |
Color Harmonies of #7E8909
Complementary color
Monochromatic Colors of #7E8909
Black with #7E8909
Text Example
Text Example
White with #7E8909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8909; }
p { color: rgb(126,137,9); }
H1.HeaderClassName
{
color: #7E8909;
}
.AnyTagClassName
{
color: #7E8909;
}
</style>
background-color css
<style>
a { background-color: #7E8909; }
a { background-color: rgb(126,137,9); }
div.DivClassName
{
background-color: #7E8909;
}
.BgClassName
{
background-color: #7E8909;
}
</style>
border-color css
<style>
span { border-color: #7E8909; }
span { border-color: rgb(126,137,9); }
td.TdClassName
{
border-color: #7E8909;
}
.TagClassName
{
border-color: #7E8909;
}
</style>