Shades of Olive #7E8A06
Tints of Olive #7E8A06
RGB
CMYK
RGB Variations
Color information
#7E8A06 (or 0x7E8A06) is known color: Olive. HEX triplet: 7E, 8A and 06. RGB value is (126,138,6). Sum of RGB (Red+Green+Blue) = 126+138+6=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8A06 is #8175F9. Grayscale: #777777. Windows color (decimal): -8484346 or 428670. OLE color: 428670.
HSL color Cylindrical-coordinate representation of color #7E8A06: hue angle of 65.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E8A06 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 138 | 6 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.46 |
| HSL | 65.45º | 0.92% | 0.28% | - |
| HSV(B) | 65.45º | 0.96% | 0.54% | - |
| XYZ | 17.73 | 22.63 | 3.61 | - |
| YUV | 119.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 6 | 0.09 | 0 | 0.96 | 0.46 | 65.45 | 0.92 | 0.28 |
| Hex | 7E | 8A | 6 | 9 | 0 | 60 | 2E | 41 | 5C | 1C |
| Octal | 176 | 212 | 6 | 11 | 0 | 140 | 56 | 101 | 134 | 34 |
| Binary | 1111110 | 10001010 | 110 | 1001 | 0 | 1100000 | 101110 | 1000001 | 1011100 | 11100 |
Color Harmonies of #7E8A06
Complementary color
Monochromatic Colors of #7E8A06
Black with #7E8A06
Text Example
Text Example
White with #7E8A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8A06; }
p { color: rgb(126,138,6); }
H1.HeaderClassName
{
color: #7E8A06;
}
.AnyTagClassName
{
color: #7E8A06;
}
</style>
background-color css
<style>
a { background-color: #7E8A06; }
a { background-color: rgb(126,138,6); }
div.DivClassName
{
background-color: #7E8A06;
}
.BgClassName
{
background-color: #7E8A06;
}
</style>
border-color css
<style>
span { border-color: #7E8A06; }
span { border-color: rgb(126,138,6); }
td.TdClassName
{
border-color: #7E8A06;
}
.TagClassName
{
border-color: #7E8A06;
}
</style>