Shades of Olive #7E9801
Tints of Olive #7E9801
RGB
CMYK
RGB Variations
Color information
#7E9801 (or 0x7E9801) is known color: Olive. HEX triplet: 7E, 98 and 01. RGB value is (126,152,1). Sum of RGB (Red+Green+Blue) = 126+152+1=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #7E9801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9801 is #8167FE. Grayscale: #7F7F7F. Windows color (decimal): -8480767 or 104574. OLE color: 104574.
HSL color Cylindrical-coordinate representation of color #7E9801: hue angle of 70.33º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E9801 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.40 |
| HSL | 70.33º | 0.99% | 0.3% | - |
| HSV(B) | 70.33º | 0.99% | 0.6% | - |
| XYZ | 19.84 | 26.89 | 4.17 | - |
| YUV | 127.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 1 | 0.17 | 0 | 0.99 | 0.40 | 70.33 | 0.99 | 0.3 |
| Hex | 7E | 98 | 1 | 11 | 0 | 63 | 28 | 46 | 63 | 1E |
| Octal | 176 | 230 | 1 | 21 | 0 | 143 | 50 | 106 | 143 | 36 |
| Binary | 1111110 | 10011000 | 1 | 10001 | 0 | 1100011 | 101000 | 1000110 | 1100011 | 11110 |
Color Harmonies of #7E9801
Complementary color
Monochromatic Colors of #7E9801
Black with #7E9801
Text Example
Text Example
White with #7E9801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9801; }
p { color: rgb(126,152,1); }
H1.HeaderClassName
{
color: #7E9801;
}
.AnyTagClassName
{
color: #7E9801;
}
</style>
background-color css
<style>
a { background-color: #7E9801; }
a { background-color: rgb(126,152,1); }
div.DivClassName
{
background-color: #7E9801;
}
.BgClassName
{
background-color: #7E9801;
}
</style>
border-color css
<style>
span { border-color: #7E9801; }
span { border-color: rgb(126,152,1); }
td.TdClassName
{
border-color: #7E9801;
}
.TagClassName
{
border-color: #7E9801;
}
</style>