Shades of Olive #7E910B
Tints of Olive #7E910B
RGB
CMYK
RGB Variations
Color information
#7E910B (or 0x7E910B) is known color: Olive. HEX triplet: 7E, 91 and 0B. RGB value is (126,145,11). Sum of RGB (Red+Green+Blue) = 126+145+11=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #7E910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E910B is #816EF4. Grayscale: #7C7C7C. Windows color (decimal): -8482549 or 758142. OLE color: 758142.
HSL color Cylindrical-coordinate representation of color #7E910B: hue angle of 68.51º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E910B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 11 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.43 |
| HSL | 68.51º | 0.86% | 0.31% | - |
| HSV(B) | 68.51º | 0.92% | 0.57% | - |
| XYZ | 18.79 | 24.71 | 4.1 | - |
| YUV | 124.04 | 64.21 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 11 | 0.13 | 0 | 0.92 | 0.43 | 68.51 | 0.86 | 0.31 |
| Hex | 7E | 91 | B | D | 0 | 5C | 2B | 45 | 56 | 1F |
| Octal | 176 | 221 | 13 | 15 | 0 | 134 | 53 | 105 | 126 | 37 |
| Binary | 1111110 | 10010001 | 1011 | 1101 | 0 | 1011100 | 101011 | 1000101 | 1010110 | 11111 |
Color Harmonies of #7E910B
Complementary color
Monochromatic Colors of #7E910B
Black with #7E910B
Text Example
Text Example
White with #7E910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E910B; }
p { color: rgb(126,145,11); }
H1.HeaderClassName
{
color: #7E910B;
}
.AnyTagClassName
{
color: #7E910B;
}
</style>
background-color css
<style>
a { background-color: #7E910B; }
a { background-color: rgb(126,145,11); }
div.DivClassName
{
background-color: #7E910B;
}
.BgClassName
{
background-color: #7E910B;
}
</style>
border-color css
<style>
span { border-color: #7E910B; }
span { border-color: rgb(126,145,11); }
td.TdClassName
{
border-color: #7E910B;
}
.TagClassName
{
border-color: #7E910B;
}
</style>