Shades of Olive #7E8509
Tints of Olive #7E8509
RGB
CMYK
RGB Variations
Color information
#7E8509 (or 0x7E8509) is known color: Olive. HEX triplet: 7E, 85 and 09. RGB value is (126,133,9). Sum of RGB (Red+Green+Blue) = 126+133+9=268 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.01% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8509 is #817AF6. Grayscale: #757575. Windows color (decimal): -8485623 or 623998. OLE color: 623998.
HSL color Cylindrical-coordinate representation of color #7E8509: hue angle of 63.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E8509 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 9 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.48 |
| HSL | 63.39º | 0.87% | 0.28% | - |
| HSV(B) | 63.39º | 0.93% | 0.52% | - |
| XYZ | 17.04 | 21.23 | 3.46 | - |
| YUV | 116.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 9 | 0.05 | 0 | 0.93 | 0.48 | 63.39 | 0.87 | 0.28 |
| Hex | 7E | 85 | 9 | 5 | 0 | 5D | 30 | 3F | 57 | 1C |
| Octal | 176 | 205 | 11 | 5 | 0 | 135 | 60 | 77 | 127 | 34 |
| Binary | 1111110 | 10000101 | 1001 | 101 | 0 | 1011101 | 110000 | 111111 | 1010111 | 11100 |
Color Harmonies of #7E8509
Complementary color
Monochromatic Colors of #7E8509
Black with #7E8509
Text Example
Text Example
White with #7E8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8509; }
p { color: rgb(126,133,9); }
H1.HeaderClassName
{
color: #7E8509;
}
.AnyTagClassName
{
color: #7E8509;
}
</style>
background-color css
<style>
a { background-color: #7E8509; }
a { background-color: rgb(126,133,9); }
div.DivClassName
{
background-color: #7E8509;
}
.BgClassName
{
background-color: #7E8509;
}
</style>
border-color css
<style>
span { border-color: #7E8509; }
span { border-color: rgb(126,133,9); }
td.TdClassName
{
border-color: #7E8509;
}
.TagClassName
{
border-color: #7E8509;
}
</style>