Shades of Olive #77720F
Tints of Olive #77720F
RGB
CMYK
RGB Variations
Color information
#77720F (or 0x77720F) is known color: Olive. HEX triplet: 77, 72 and 0F. RGB value is (119,114,15). Sum of RGB (Red+Green+Blue) = 119+114+15=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77720F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77720F is #888DF0. Grayscale: #686868. Windows color (decimal): -8949233 or 1012343. OLE color: 1012343.
HSL color Cylindrical-coordinate representation of color #77720F: hue angle of 57.12º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77720F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 114 | 15 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.53 |
| HSL | 57.12º | 0.78% | 0.26% | - |
| HSV(B) | 57.12º | 0.87% | 0.47% | - |
| XYZ | 13.71 | 15.99 | 2.82 | - |
| YUV | 104.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 114 | 15 | 0 | 0.04 | 0.87 | 0.53 | 57.12 | 0.78 | 0.26 |
| Hex | 77 | 72 | F | 0 | 4 | 57 | 35 | 39 | 4E | 1A |
| Octal | 167 | 162 | 17 | 0 | 4 | 127 | 65 | 71 | 116 | 32 |
| Binary | 1110111 | 1110010 | 1111 | 0 | 100 | 1010111 | 110101 | 111001 | 1001110 | 11010 |
Color Harmonies of #77720F
Complementary color
Monochromatic Colors of #77720F
Black with #77720F
Text Example
Text Example
White with #77720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77720F; }
p { color: rgb(119,114,15); }
H1.HeaderClassName
{
color: #77720F;
}
.AnyTagClassName
{
color: #77720F;
}
</style>
background-color css
<style>
a { background-color: #77720F; }
a { background-color: rgb(119,114,15); }
div.DivClassName
{
background-color: #77720F;
}
.BgClassName
{
background-color: #77720F;
}
</style>
border-color css
<style>
span { border-color: #77720F; }
span { border-color: rgb(119,114,15); }
td.TdClassName
{
border-color: #77720F;
}
.TagClassName
{
border-color: #77720F;
}
</style>