Shades of Olive #7E9C04
Tints of Olive #7E9C04
RGB
CMYK
RGB Variations
Color information
#7E9C04 (or 0x7E9C04) is known color: Olive. HEX triplet: 7E, 9C and 04. RGB value is (126,156,4). Sum of RGB (Red+Green+Blue) = 126+156+4=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 156 (61.33% from 255 or 54.55% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9C04 is #8163FB. Grayscale: #828282. Windows color (decimal): -8479740 or 302206. OLE color: 302206.
HSL color Cylindrical-coordinate representation of color #7E9C04: hue angle of 71.84º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E9C04 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 4 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.39 |
| HSL | 71.84º | 0.95% | 0.31% | - |
| HSV(B) | 71.84º | 0.97% | 0.61% | - |
| XYZ | 20.51 | 28.22 | 4.48 | - |
| YUV | 129.7 | 57.06 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 4 | 0.19 | 0 | 0.97 | 0.39 | 71.84 | 0.95 | 0.31 |
| Hex | 7E | 9C | 4 | 13 | 0 | 61 | 27 | 48 | 5F | 1F |
| Octal | 176 | 234 | 4 | 23 | 0 | 141 | 47 | 110 | 137 | 37 |
| Binary | 1111110 | 10011100 | 100 | 10011 | 0 | 1100001 | 100111 | 1001000 | 1011111 | 11111 |
Color Harmonies of #7E9C04
Complementary color
Monochromatic Colors of #7E9C04
Black with #7E9C04
Text Example
Text Example
White with #7E9C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C04; }
p { color: rgb(126,156,4); }
H1.HeaderClassName
{
color: #7E9C04;
}
.AnyTagClassName
{
color: #7E9C04;
}
</style>
background-color css
<style>
a { background-color: #7E9C04; }
a { background-color: rgb(126,156,4); }
div.DivClassName
{
background-color: #7E9C04;
}
.BgClassName
{
background-color: #7E9C04;
}
</style>
border-color css
<style>
span { border-color: #7E9C04; }
span { border-color: rgb(126,156,4); }
td.TdClassName
{
border-color: #7E9C04;
}
.TagClassName
{
border-color: #7E9C04;
}
</style>