Shades of Olive #7E880D
Tints of Olive #7E880D
RGB
CMYK
RGB Variations
Color information
#7E880D (or 0x7E880D) is known color: Olive. HEX triplet: 7E, 88 and 0D. RGB value is (126,136,13). Sum of RGB (Red+Green+Blue) = 126+136+13=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #7E880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E880D is #8177F2. Grayscale: #777777. Windows color (decimal): -8484851 or 886910. OLE color: 886910.
HSL color Cylindrical-coordinate representation of color #7E880D: hue angle of 64.88º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E880D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 13 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.47 |
| HSL | 64.88º | 0.83% | 0.29% | - |
| HSV(B) | 64.88º | 0.9% | 0.53% | - |
| XYZ | 17.48 | 22.07 | 3.72 | - |
| YUV | 118.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 13 | 0.07 | 0 | 0.90 | 0.47 | 64.88 | 0.83 | 0.29 |
| Hex | 7E | 88 | D | 7 | 0 | 5A | 2F | 41 | 53 | 1D |
| Octal | 176 | 210 | 15 | 7 | 0 | 132 | 57 | 101 | 123 | 35 |
| Binary | 1111110 | 10001000 | 1101 | 111 | 0 | 1011010 | 101111 | 1000001 | 1010011 | 11101 |
Color Harmonies of #7E880D
Complementary color
Monochromatic Colors of #7E880D
Black with #7E880D
Text Example
Text Example
White with #7E880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E880D; }
p { color: rgb(126,136,13); }
H1.HeaderClassName
{
color: #7E880D;
}
.AnyTagClassName
{
color: #7E880D;
}
</style>
background-color css
<style>
a { background-color: #7E880D; }
a { background-color: rgb(126,136,13); }
div.DivClassName
{
background-color: #7E880D;
}
.BgClassName
{
background-color: #7E880D;
}
</style>
border-color css
<style>
span { border-color: #7E880D; }
span { border-color: rgb(126,136,13); }
td.TdClassName
{
border-color: #7E880D;
}
.TagClassName
{
border-color: #7E880D;
}
</style>