Shades of Olivetone #776F24
Tints of Olivetone #776F24
RGB
CMYK
RGB Variations
Color information
#776F24 (or 0x776F24) is known color: Olivetone. HEX triplet: 77, 6F and 24. RGB value is (119,111,36). Sum of RGB (Red+Green+Blue) = 119+111+36=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #776F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F24 is #8890DB. Grayscale: #696969. Windows color (decimal): -8949980 or 2387831. OLE color: 2387831.
HSL color Cylindrical-coordinate representation of color #776F24: hue angle of 54.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #776F24 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 36 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.53 |
| HSL | 54.22º | 0.54% | 0.3% | - |
| HSV(B) | 54.22º | 0.7% | 0.47% | - |
| XYZ | 13.61 | 15.42 | 3.93 | - |
| YUV | 104.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 36 | 0 | 0.07 | 0.70 | 0.53 | 54.22 | 0.54 | 0.3 |
| Hex | 77 | 6F | 24 | 0 | 7 | 46 | 35 | 36 | 36 | 1E |
| Octal | 167 | 157 | 44 | 0 | 7 | 106 | 65 | 66 | 66 | 36 |
| Binary | 1110111 | 1101111 | 100100 | 0 | 111 | 1000110 | 110101 | 110110 | 110110 | 11110 |
Color Harmonies of #776F24
Complementary color
Monochromatic Colors of #776F24
Black with #776F24
Text Example
Text Example
White with #776F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F24; }
p { color: rgb(119,111,36); }
H1.HeaderClassName
{
color: #776F24;
}
.AnyTagClassName
{
color: #776F24;
}
</style>
background-color css
<style>
a { background-color: #776F24; }
a { background-color: rgb(119,111,36); }
div.DivClassName
{
background-color: #776F24;
}
.BgClassName
{
background-color: #776F24;
}
</style>
border-color css
<style>
span { border-color: #776F24; }
span { border-color: rgb(119,111,36); }
td.TdClassName
{
border-color: #776F24;
}
.TagClassName
{
border-color: #776F24;
}
</style>