Shades of Olive #7F710B
Tints of Olive #7F710B
RGB
CMYK
RGB Variations
Color information
#7F710B (or 0x7F710B) is known color: Olive. HEX triplet: 7F, 71 and 0B. RGB value is (127,113,11). Sum of RGB (Red+Green+Blue) = 127+113+11=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F710B is #808EF4. Grayscale: #696969. Windows color (decimal): -8425205 or 749951. OLE color: 749951.
HSL color Cylindrical-coordinate representation of color #7F710B: hue angle of 52.76º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F710B is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 11 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.50 |
| HSL | 52.76º | 0.84% | 0.27% | - |
| HSV(B) | 52.76º | 0.91% | 0.5% | - |
| XYZ | 14.72 | 16.35 | 2.7 | - |
| YUV | 105.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 11 | 0 | 0.11 | 0.91 | 0.50 | 52.76 | 0.84 | 0.27 |
| Hex | 7F | 71 | B | 0 | B | 5B | 32 | 35 | 54 | 1B |
| Octal | 177 | 161 | 13 | 0 | 13 | 133 | 62 | 65 | 124 | 33 |
| Binary | 1111111 | 1110001 | 1011 | 0 | 1011 | 1011011 | 110010 | 110101 | 1010100 | 11011 |
Color Harmonies of #7F710B
Complementary color
Monochromatic Colors of #7F710B
Black with #7F710B
Text Example
Text Example
White with #7F710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F710B; }
p { color: rgb(127,113,11); }
H1.HeaderClassName
{
color: #7F710B;
}
.AnyTagClassName
{
color: #7F710B;
}
</style>
background-color css
<style>
a { background-color: #7F710B; }
a { background-color: rgb(127,113,11); }
div.DivClassName
{
background-color: #7F710B;
}
.BgClassName
{
background-color: #7F710B;
}
</style>
border-color css
<style>
span { border-color: #7F710B; }
span { border-color: rgb(127,113,11); }
td.TdClassName
{
border-color: #7F710B;
}
.TagClassName
{
border-color: #7F710B;
}
</style>