Shades of Olive #77720D
Tints of Olive #77720D
RGB
CMYK
RGB Variations
Color information
#77720D (or 0x77720D) is known color: Olive. HEX triplet: 77, 72 and 0D. RGB value is (119,114,13). Sum of RGB (Red+Green+Blue) = 119+114+13=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77720D is #888DF2. Grayscale: #686868. Windows color (decimal): -8949235 or 881271. OLE color: 881271.
HSL color Cylindrical-coordinate representation of color #77720D: hue angle of 57.17º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77720D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 13 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.53 |
| HSL | 57.17º | 0.8% | 0.26% | - |
| HSV(B) | 57.17º | 0.89% | 0.47% | - |
| XYZ | 13.7 | 15.99 | 2.74 | - |
| YUV | 103.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 13 | 0 | 0.04 | 0.89 | 0.53 | 57.17 | 0.8 | 0.26 |
| Hex | 77 | 72 | D | 0 | 4 | 59 | 35 | 39 | 50 | 1A |
| Octal | 167 | 162 | 15 | 0 | 4 | 131 | 65 | 71 | 120 | 32 |
| Binary | 1110111 | 1110010 | 1101 | 0 | 100 | 1011001 | 110101 | 111001 | 1010000 | 11010 |
Color Harmonies of #77720D
Complementary color
Monochromatic Colors of #77720D
Black with #77720D
Text Example
Text Example
White with #77720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77720D; }
p { color: rgb(119,114,13); }
H1.HeaderClassName
{
color: #77720D;
}
.AnyTagClassName
{
color: #77720D;
}
</style>
background-color css
<style>
a { background-color: #77720D; }
a { background-color: rgb(119,114,13); }
div.DivClassName
{
background-color: #77720D;
}
.BgClassName
{
background-color: #77720D;
}
</style>
border-color css
<style>
span { border-color: #77720D; }
span { border-color: rgb(119,114,13); }
td.TdClassName
{
border-color: #77720D;
}
.TagClassName
{
border-color: #77720D;
}
</style>