Shades of Olive #7F740E
Tints of Olive #7F740E
RGB
CMYK
RGB Variations
Color information
#7F740E (or 0x7F740E) is known color: Olive. HEX triplet: 7F, 74 and 0E. RGB value is (127,116,14). Sum of RGB (Red+Green+Blue) = 127+116+14=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F740E is #808BF1. Grayscale: #6C6C6C. Windows color (decimal): -8424434 or 947327. OLE color: 947327.
HSL color Cylindrical-coordinate representation of color #7F740E: hue angle of 54.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F740E is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 116 | 14 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.50 |
| HSL | 54.16º | 0.8% | 0.28% | - |
| HSV(B) | 54.16º | 0.89% | 0.5% | - |
| XYZ | 15.08 | 17.03 | 2.91 | - |
| YUV | 107.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 14 | 0 | 0.09 | 0.89 | 0.50 | 54.16 | 0.8 | 0.28 |
| Hex | 7F | 74 | E | 0 | 9 | 59 | 32 | 36 | 50 | 1C |
| Octal | 177 | 164 | 16 | 0 | 11 | 131 | 62 | 66 | 120 | 34 |
| Binary | 1111111 | 1110100 | 1110 | 0 | 1001 | 1011001 | 110010 | 110110 | 1010000 | 11100 |
Color Harmonies of #7F740E
Complementary color
Monochromatic Colors of #7F740E
Black with #7F740E
Text Example
Text Example
White with #7F740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F740E; }
p { color: rgb(127,116,14); }
H1.HeaderClassName
{
color: #7F740E;
}
.AnyTagClassName
{
color: #7F740E;
}
</style>
background-color css
<style>
a { background-color: #7F740E; }
a { background-color: rgb(127,116,14); }
div.DivClassName
{
background-color: #7F740E;
}
.BgClassName
{
background-color: #7F740E;
}
</style>
border-color css
<style>
span { border-color: #7F740E; }
span { border-color: rgb(127,116,14); }
td.TdClassName
{
border-color: #7F740E;
}
.TagClassName
{
border-color: #7F740E;
}
</style>