Shades of Olive #7E8208
Tints of Olive #7E8208
RGB
CMYK
RGB Variations
Color information
#7E8208 (or 0x7E8208) is known color: Olive. HEX triplet: 7E, 82 and 08. RGB value is (126,130,8). Sum of RGB (Red+Green+Blue) = 126+130+8=264 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.73% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8208 is #817DF7. Grayscale: #737373. Windows color (decimal): -8486392 or 557694. OLE color: 557694.
HSL color Cylindrical-coordinate representation of color #7E8208: hue angle of 61.97º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E8208 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 8 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.49 |
| HSL | 61.97º | 0.88% | 0.27% | - |
| HSV(B) | 61.97º | 0.94% | 0.51% | - |
| XYZ | 16.63 | 20.42 | 3.29 | - |
| YUV | 114.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 8 | 0.03 | 0 | 0.94 | 0.49 | 61.97 | 0.88 | 0.27 |
| Hex | 7E | 82 | 8 | 3 | 0 | 5E | 31 | 3E | 58 | 1B |
| Octal | 176 | 202 | 10 | 3 | 0 | 136 | 61 | 76 | 130 | 33 |
| Binary | 1111110 | 10000010 | 1000 | 11 | 0 | 1011110 | 110001 | 111110 | 1011000 | 11011 |
Color Harmonies of #7E8208
Complementary color
Monochromatic Colors of #7E8208
Black with #7E8208
Text Example
Text Example
White with #7E8208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8208; }
p { color: rgb(126,130,8); }
H1.HeaderClassName
{
color: #7E8208;
}
.AnyTagClassName
{
color: #7E8208;
}
</style>
background-color css
<style>
a { background-color: #7E8208; }
a { background-color: rgb(126,130,8); }
div.DivClassName
{
background-color: #7E8208;
}
.BgClassName
{
background-color: #7E8208;
}
</style>
border-color css
<style>
span { border-color: #7E8208; }
span { border-color: rgb(126,130,8); }
td.TdClassName
{
border-color: #7E8208;
}
.TagClassName
{
border-color: #7E8208;
}
</style>