Shades of Olive #7E7508
Tints of Olive #7E7508
RGB
CMYK
RGB Variations
Color information
#7E7508 (or 0x7E7508) is known color: Olive. HEX triplet: 7E, 75 and 08. RGB value is (126,117,8). Sum of RGB (Red+Green+Blue) = 126+117+8=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7508 is #818AF7. Grayscale: #6B6B6B. Windows color (decimal): -8489720 or 554366. OLE color: 554366.
HSL color Cylindrical-coordinate representation of color #7E7508: hue angle of 55.42º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E7508 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 8 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.51 |
| HSL | 55.42º | 0.88% | 0.26% | - |
| HSV(B) | 55.42º | 0.94% | 0.49% | - |
| XYZ | 15.01 | 17.18 | 2.75 | - |
| YUV | 107.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 8 | 0 | 0.07 | 0.94 | 0.51 | 55.42 | 0.88 | 0.26 |
| Hex | 7E | 75 | 8 | 0 | 7 | 5E | 33 | 37 | 58 | 1A |
| Octal | 176 | 165 | 10 | 0 | 7 | 136 | 63 | 67 | 130 | 32 |
| Binary | 1111110 | 1110101 | 1000 | 0 | 111 | 1011110 | 110011 | 110111 | 1011000 | 11010 |
Color Harmonies of #7E7508
Complementary color
Monochromatic Colors of #7E7508
Black with #7E7508
Text Example
Text Example
White with #7E7508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7508; }
p { color: rgb(126,117,8); }
H1.HeaderClassName
{
color: #7E7508;
}
.AnyTagClassName
{
color: #7E7508;
}
</style>
background-color css
<style>
a { background-color: #7E7508; }
a { background-color: rgb(126,117,8); }
div.DivClassName
{
background-color: #7E7508;
}
.BgClassName
{
background-color: #7E7508;
}
</style>
border-color css
<style>
span { border-color: #7E7508; }
span { border-color: rgb(126,117,8); }
td.TdClassName
{
border-color: #7E7508;
}
.TagClassName
{
border-color: #7E7508;
}
</style>