Shades of Olive #7E880A
Tints of Olive #7E880A
RGB
CMYK
RGB Variations
Color information
#7E880A (or 0x7E880A) is known color: Olive. HEX triplet: 7E, 88 and 0A. RGB value is (126,136,10). Sum of RGB (Red+Green+Blue) = 126+136+10=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #7E880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E880A is #8177F5. Grayscale: #777777. Windows color (decimal): -8484854 or 690302. OLE color: 690302.
HSL color Cylindrical-coordinate representation of color #7E880A: hue angle of 64.76º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E880A is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 10 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.47 |
| HSL | 64.76º | 0.86% | 0.29% | - |
| HSV(B) | 64.76º | 0.93% | 0.53% | - |
| XYZ | 17.46 | 22.07 | 3.63 | - |
| YUV | 118.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 10 | 0.07 | 0 | 0.93 | 0.47 | 64.76 | 0.86 | 0.29 |
| Hex | 7E | 88 | A | 7 | 0 | 5D | 2F | 41 | 56 | 1D |
| Octal | 176 | 210 | 12 | 7 | 0 | 135 | 57 | 101 | 126 | 35 |
| Binary | 1111110 | 10001000 | 1010 | 111 | 0 | 1011101 | 101111 | 1000001 | 1010110 | 11101 |
Color Harmonies of #7E880A
Complementary color
Monochromatic Colors of #7E880A
Black with #7E880A
Text Example
Text Example
White with #7E880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E880A; }
p { color: rgb(126,136,10); }
H1.HeaderClassName
{
color: #7E880A;
}
.AnyTagClassName
{
color: #7E880A;
}
</style>
background-color css
<style>
a { background-color: #7E880A; }
a { background-color: rgb(126,136,10); }
div.DivClassName
{
background-color: #7E880A;
}
.BgClassName
{
background-color: #7E880A;
}
</style>
border-color css
<style>
span { border-color: #7E880A; }
span { border-color: rgb(126,136,10); }
td.TdClassName
{
border-color: #7E880A;
}
.TagClassName
{
border-color: #7E880A;
}
</style>