Shades of Olivetone #777316
Tints of Olivetone #777316
RGB
CMYK
RGB Variations
Color information
#777316 (or 0x777316) is known color: Olivetone. HEX triplet: 77, 73 and 16. RGB value is (119,115,22). Sum of RGB (Red+Green+Blue) = 119+115+22=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #777316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777316 is #888CE9. Grayscale: #696969. Windows color (decimal): -8948970 or 1471351. OLE color: 1471351.
HSL color Cylindrical-coordinate representation of color #777316: hue angle of 57.53º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #777316 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 22 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.53 |
| HSL | 57.53º | 0.69% | 0.28% | - |
| HSV(B) | 57.53º | 0.82% | 0.47% | - |
| XYZ | 13.88 | 16.24 | 3.16 | - |
| YUV | 105.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 22 | 0 | 0.03 | 0.82 | 0.53 | 57.53 | 0.69 | 0.28 |
| Hex | 77 | 73 | 16 | 0 | 3 | 52 | 35 | 3A | 45 | 1C |
| Octal | 167 | 163 | 26 | 0 | 3 | 122 | 65 | 72 | 105 | 34 |
| Binary | 1110111 | 1110011 | 10110 | 0 | 11 | 1010010 | 110101 | 111010 | 1000101 | 11100 |
Color Harmonies of #777316
Complementary color
Monochromatic Colors of #777316
Black with #777316
Text Example
Text Example
White with #777316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777316; }
p { color: rgb(119,115,22); }
H1.HeaderClassName
{
color: #777316;
}
.AnyTagClassName
{
color: #777316;
}
</style>
background-color css
<style>
a { background-color: #777316; }
a { background-color: rgb(119,115,22); }
div.DivClassName
{
background-color: #777316;
}
.BgClassName
{
background-color: #777316;
}
</style>
border-color css
<style>
span { border-color: #777316; }
span { border-color: rgb(119,115,22); }
td.TdClassName
{
border-color: #777316;
}
.TagClassName
{
border-color: #777316;
}
</style>