Shades of Olive #7F880E
Tints of Olive #7F880E
RGB
CMYK
RGB Variations
Color information
#7F880E (or 0x7F880E) is known color: Olive. HEX triplet: 7F, 88 and 0E. RGB value is (127,136,14). Sum of RGB (Red+Green+Blue) = 127+136+14=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #7F880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F880E is #8077F1. Grayscale: #777777. Windows color (decimal): -8419314 or 952447. OLE color: 952447.
HSL color Cylindrical-coordinate representation of color #7F880E: hue angle of 64.43º degrees, saturation: 0.81, 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 #7F880E is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 14 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.47 |
| HSL | 64.43º | 0.81% | 0.29% | - |
| HSV(B) | 64.43º | 0.9% | 0.53% | - |
| XYZ | 17.64 | 22.15 | 3.76 | - |
| YUV | 119.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 14 | 0.07 | 0 | 0.90 | 0.47 | 64.43 | 0.81 | 0.29 |
| Hex | 7F | 88 | E | 7 | 0 | 5A | 2F | 40 | 51 | 1D |
| Octal | 177 | 210 | 16 | 7 | 0 | 132 | 57 | 100 | 121 | 35 |
| Binary | 1111111 | 10001000 | 1110 | 111 | 0 | 1011010 | 101111 | 1000000 | 1010001 | 11101 |
Color Harmonies of #7F880E
Complementary color
Monochromatic Colors of #7F880E
Black with #7F880E
Text Example
Text Example
White with #7F880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F880E; }
p { color: rgb(127,136,14); }
H1.HeaderClassName
{
color: #7F880E;
}
.AnyTagClassName
{
color: #7F880E;
}
</style>
background-color css
<style>
a { background-color: #7F880E; }
a { background-color: rgb(127,136,14); }
div.DivClassName
{
background-color: #7F880E;
}
.BgClassName
{
background-color: #7F880E;
}
</style>
border-color css
<style>
span { border-color: #7F880E; }
span { border-color: rgb(127,136,14); }
td.TdClassName
{
border-color: #7F880E;
}
.TagClassName
{
border-color: #7F880E;
}
</style>