Shades of Olive #7F7811
Tints of Olive #7F7811
RGB
CMYK
RGB Variations
Color information
#7F7811 (or 0x7F7811) is known color: Olive. HEX triplet: 7F, 78 and 11. RGB value is (127,120,17). Sum of RGB (Red+Green+Blue) = 127+120+17=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7811 is #8087EE. Grayscale: #6E6E6E. Windows color (decimal): -8423407 or 1144959. OLE color: 1144959.
HSL color Cylindrical-coordinate representation of color #7F7811: hue angle of 56.18º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F7811 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 17 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.50 |
| HSL | 56.18º | 0.76% | 0.28% | - |
| HSV(B) | 56.18º | 0.87% | 0.5% | - |
| XYZ | 15.57 | 17.99 | 3.18 | - |
| YUV | 110.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 17 | 0 | 0.06 | 0.87 | 0.50 | 56.18 | 0.76 | 0.28 |
| Hex | 7F | 78 | 11 | 0 | 6 | 57 | 32 | 38 | 4C | 1C |
| Octal | 177 | 170 | 21 | 0 | 6 | 127 | 62 | 70 | 114 | 34 |
| Binary | 1111111 | 1111000 | 10001 | 0 | 110 | 1010111 | 110010 | 111000 | 1001100 | 11100 |
Color Harmonies of #7F7811
Complementary color
Monochromatic Colors of #7F7811
Black with #7F7811
Text Example
Text Example
White with #7F7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7811; }
p { color: rgb(127,120,17); }
H1.HeaderClassName
{
color: #7F7811;
}
.AnyTagClassName
{
color: #7F7811;
}
</style>
background-color css
<style>
a { background-color: #7F7811; }
a { background-color: rgb(127,120,17); }
div.DivClassName
{
background-color: #7F7811;
}
.BgClassName
{
background-color: #7F7811;
}
</style>
border-color css
<style>
span { border-color: #7F7811; }
span { border-color: rgb(127,120,17); }
td.TdClassName
{
border-color: #7F7811;
}
.TagClassName
{
border-color: #7F7811;
}
</style>