Shades of Olivetone #776F17
Tints of Olivetone #776F17
RGB
CMYK
RGB Variations
Color information
#776F17 (or 0x776F17) is known color: Olivetone. HEX triplet: 77, 6F and 17. RGB value is (119,111,23). Sum of RGB (Red+Green+Blue) = 119+111+23=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #776F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F17 is #8890E8. Grayscale: #676767. Windows color (decimal): -8949993 or 1535863. OLE color: 1535863.
HSL color Cylindrical-coordinate representation of color #776F17: hue angle of 55º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #776F17 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 23 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.53 |
| HSL | 55º | 0.68% | 0.28% | - |
| HSV(B) | 55º | 0.81% | 0.47% | - |
| XYZ | 13.45 | 15.35 | 3.07 | - |
| YUV | 103.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 23 | 0 | 0.07 | 0.81 | 0.53 | 55 | 0.68 | 0.28 |
| Hex | 77 | 6F | 17 | 0 | 7 | 51 | 35 | 37 | 44 | 1C |
| Octal | 167 | 157 | 27 | 0 | 7 | 121 | 65 | 67 | 104 | 34 |
| Binary | 1110111 | 1101111 | 10111 | 0 | 111 | 1010001 | 110101 | 110111 | 1000100 | 11100 |
Color Harmonies of #776F17
Complementary color
Monochromatic Colors of #776F17
Black with #776F17
Text Example
Text Example
White with #776F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F17; }
p { color: rgb(119,111,23); }
H1.HeaderClassName
{
color: #776F17;
}
.AnyTagClassName
{
color: #776F17;
}
</style>
background-color css
<style>
a { background-color: #776F17; }
a { background-color: rgb(119,111,23); }
div.DivClassName
{
background-color: #776F17;
}
.BgClassName
{
background-color: #776F17;
}
</style>
border-color css
<style>
span { border-color: #776F17; }
span { border-color: rgb(119,111,23); }
td.TdClassName
{
border-color: #776F17;
}
.TagClassName
{
border-color: #776F17;
}
</style>