Shades of Olive #7F7A0E
Tints of Olive #7F7A0E
RGB
CMYK
RGB Variations
Color information
#7F7A0E (or 0x7F7A0E) is known color: Olive. HEX triplet: 7F, 7A and 0E. RGB value is (127,122,14). Sum of RGB (Red+Green+Blue) = 127+122+14=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7A0E is #8085F1. Grayscale: #6F6F6F. Windows color (decimal): -8422898 or 948863. OLE color: 948863.
HSL color Cylindrical-coordinate representation of color #7F7A0E: hue angle of 57.35º 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 #7F7A0E is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 122 | 14 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.50 |
| HSL | 57.35º | 0.8% | 0.28% | - |
| HSV(B) | 57.35º | 0.89% | 0.5% | - |
| XYZ | 15.79 | 18.46 | 3.15 | - |
| YUV | 111.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 122 | 14 | 0 | 0.04 | 0.89 | 0.50 | 57.35 | 0.8 | 0.28 |
| Hex | 7F | 7A | E | 0 | 4 | 59 | 32 | 39 | 50 | 1C |
| Octal | 177 | 172 | 16 | 0 | 4 | 131 | 62 | 71 | 120 | 34 |
| Binary | 1111111 | 1111010 | 1110 | 0 | 100 | 1011001 | 110010 | 111001 | 1010000 | 11100 |
Color Harmonies of #7F7A0E
Complementary color
Monochromatic Colors of #7F7A0E
Black with #7F7A0E
Text Example
Text Example
White with #7F7A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7A0E; }
p { color: rgb(127,122,14); }
H1.HeaderClassName
{
color: #7F7A0E;
}
.AnyTagClassName
{
color: #7F7A0E;
}
</style>
background-color css
<style>
a { background-color: #7F7A0E; }
a { background-color: rgb(127,122,14); }
div.DivClassName
{
background-color: #7F7A0E;
}
.BgClassName
{
background-color: #7F7A0E;
}
</style>
border-color css
<style>
span { border-color: #7F7A0E; }
span { border-color: rgb(127,122,14); }
td.TdClassName
{
border-color: #7F7A0E;
}
.TagClassName
{
border-color: #7F7A0E;
}
</style>