Shades of Olive #7E9500
Tints of Olive #7E9500
RGB
CMYK
RGB Variations
Color information
#7E9500 (or 0x7E9500) is known color: Olive. HEX triplet: 7E, 95 and 00. RGB value is (126,149,0). Sum of RGB (Red+Green+Blue) = 126+149+0=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9500 is #816AFF. Grayscale: #7D7D7D. Windows color (decimal): -8481536 or 38270. OLE color: 38270.
HSL color Cylindrical-coordinate representation of color #7E9500: hue angle of 69.26º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E9500 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.42 |
| HSL | 69.26º | 1% | 0.29% | - |
| HSV(B) | 69.26º | 1% | 0.58% | - |
| XYZ | 19.35 | 25.93 | 3.99 | - |
| YUV | 125.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 0 | 0.15 | 0 | 1 | 0.42 | 69.26 | 1 | 0.29 |
| Hex | 7E | 95 | 0 | F | 0 | 64 | 2A | 45 | 64 | 1D |
| Octal | 176 | 225 | 0 | 17 | 0 | 144 | 52 | 105 | 144 | 35 |
| Binary | 1111110 | 10010101 | 0 | 1111 | 0 | 1100100 | 101010 | 1000101 | 1100100 | 11101 |
Color Harmonies of #7E9500
Complementary color
Monochromatic Colors of #7E9500
Black with #7E9500
Text Example
Text Example
White with #7E9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9500; }
p { color: rgb(126,149,0); }
H1.HeaderClassName
{
color: #7E9500;
}
.AnyTagClassName
{
color: #7E9500;
}
</style>
background-color css
<style>
a { background-color: #7E9500; }
a { background-color: rgb(126,149,0); }
div.DivClassName
{
background-color: #7E9500;
}
.BgClassName
{
background-color: #7E9500;
}
</style>
border-color css
<style>
span { border-color: #7E9500; }
span { border-color: rgb(126,149,0); }
td.TdClassName
{
border-color: #7E9500;
}
.TagClassName
{
border-color: #7E9500;
}
</style>