Shades of Olive #7E9208
Tints of Olive #7E9208
RGB
CMYK
RGB Variations
Color information
#7E9208 (or 0x7E9208) is known color: Olive. HEX triplet: 7E, 92 and 08. RGB value is (126,146,8). Sum of RGB (Red+Green+Blue) = 126+146+8=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9208 is #816DF7. Grayscale: #7C7C7C. Windows color (decimal): -8482296 or 561790. OLE color: 561790.
HSL color Cylindrical-coordinate representation of color #7E9208: hue angle of 68.7º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E9208 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 8 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.43 |
| HSL | 68.7º | 0.9% | 0.3% | - |
| HSV(B) | 68.7º | 0.95% | 0.57% | - |
| XYZ | 18.93 | 25.01 | 4.06 | - |
| YUV | 124.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 8 | 0.14 | 0 | 0.95 | 0.43 | 68.7 | 0.9 | 0.3 |
| Hex | 7E | 92 | 8 | E | 0 | 5F | 2B | 45 | 5A | 1E |
| Octal | 176 | 222 | 10 | 16 | 0 | 137 | 53 | 105 | 132 | 36 |
| Binary | 1111110 | 10010010 | 1000 | 1110 | 0 | 1011111 | 101011 | 1000101 | 1011010 | 11110 |
Color Harmonies of #7E9208
Complementary color
Monochromatic Colors of #7E9208
Black with #7E9208
Text Example
Text Example
White with #7E9208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9208; }
p { color: rgb(126,146,8); }
H1.HeaderClassName
{
color: #7E9208;
}
.AnyTagClassName
{
color: #7E9208;
}
</style>
background-color css
<style>
a { background-color: #7E9208; }
a { background-color: rgb(126,146,8); }
div.DivClassName
{
background-color: #7E9208;
}
.BgClassName
{
background-color: #7E9208;
}
</style>
border-color css
<style>
span { border-color: #7E9208; }
span { border-color: rgb(126,146,8); }
td.TdClassName
{
border-color: #7E9208;
}
.TagClassName
{
border-color: #7E9208;
}
</style>