Shades of Olive #7E950B
Tints of Olive #7E950B
RGB
CMYK
RGB Variations
Color information
#7E950B (or 0x7E950B) is known color: Olive. HEX triplet: 7E, 95 and 0B. RGB value is (126,149,11). Sum of RGB (Red+Green+Blue) = 126+149+11=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #7E950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E950B is #816AF4. Grayscale: #7E7E7E. Windows color (decimal): -8481525 or 759166. OLE color: 759166.
HSL color Cylindrical-coordinate representation of color #7E950B: hue angle of 70º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E950B is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 11 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.42 |
| HSL | 70º | 0.86% | 0.31% | - |
| HSV(B) | 70º | 0.93% | 0.58% | - |
| XYZ | 19.41 | 25.95 | 4.3 | - |
| YUV | 126.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 11 | 0.15 | 0 | 0.93 | 0.42 | 70 | 0.86 | 0.31 |
| Hex | 7E | 95 | B | F | 0 | 5D | 2A | 46 | 56 | 1F |
| Octal | 176 | 225 | 13 | 17 | 0 | 135 | 52 | 106 | 126 | 37 |
| Binary | 1111110 | 10010101 | 1011 | 1111 | 0 | 1011101 | 101010 | 1000110 | 1010110 | 11111 |
Color Harmonies of #7E950B
Complementary color
Monochromatic Colors of #7E950B
Black with #7E950B
Text Example
Text Example
White with #7E950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E950B; }
p { color: rgb(126,149,11); }
H1.HeaderClassName
{
color: #7E950B;
}
.AnyTagClassName
{
color: #7E950B;
}
</style>
background-color css
<style>
a { background-color: #7E950B; }
a { background-color: rgb(126,149,11); }
div.DivClassName
{
background-color: #7E950B;
}
.BgClassName
{
background-color: #7E950B;
}
</style>
border-color css
<style>
span { border-color: #7E950B; }
span { border-color: rgb(126,149,11); }
td.TdClassName
{
border-color: #7E950B;
}
.TagClassName
{
border-color: #7E950B;
}
</style>