Shades of Olivetone #776D17
Tints of Olivetone #776D17
RGB
CMYK
RGB Variations
Color information
#776D17 (or 0x776D17) is known color: Olivetone. HEX triplet: 77, 6D and 17. RGB value is (119,109,23). Sum of RGB (Red+Green+Blue) = 119+109+23=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #776D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D17 is #8892E8. Grayscale: #666666. Windows color (decimal): -8950505 or 1535351. OLE color: 1535351.
HSL color Cylindrical-coordinate representation of color #776D17: hue angle of 53.75º 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 #776D17 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 23 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.53 |
| HSL | 53.75º | 0.68% | 0.28% | - |
| HSV(B) | 53.75º | 0.81% | 0.47% | - |
| XYZ | 13.23 | 14.92 | 2.99 | - |
| YUV | 102.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 23 | 0 | 0.08 | 0.81 | 0.53 | 53.75 | 0.68 | 0.28 |
| Hex | 77 | 6D | 17 | 0 | 8 | 51 | 35 | 36 | 44 | 1C |
| Octal | 167 | 155 | 27 | 0 | 10 | 121 | 65 | 66 | 104 | 34 |
| Binary | 1110111 | 1101101 | 10111 | 0 | 1000 | 1010001 | 110101 | 110110 | 1000100 | 11100 |
Color Harmonies of #776D17
Complementary color
Monochromatic Colors of #776D17
Black with #776D17
Text Example
Text Example
White with #776D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D17; }
p { color: rgb(119,109,23); }
H1.HeaderClassName
{
color: #776D17;
}
.AnyTagClassName
{
color: #776D17;
}
</style>
background-color css
<style>
a { background-color: #776D17; }
a { background-color: rgb(119,109,23); }
div.DivClassName
{
background-color: #776D17;
}
.BgClassName
{
background-color: #776D17;
}
</style>
border-color css
<style>
span { border-color: #776D17; }
span { border-color: rgb(119,109,23); }
td.TdClassName
{
border-color: #776D17;
}
.TagClassName
{
border-color: #776D17;
}
</style>