Shades of Olivetone #777621
Tints of Olivetone #777621
RGB
CMYK
RGB Variations
Color information
#777621 (or 0x777621) is known color: Olivetone. HEX triplet: 77, 76 and 21. RGB value is (119,118,33). Sum of RGB (Red+Green+Blue) = 119+118+33=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #777621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777621 is #8889DE. Grayscale: #6C6C6C. Windows color (decimal): -8948191 or 2193015. OLE color: 2193015.
HSL color Cylindrical-coordinate representation of color #777621: hue angle of 59.3º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #777621 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 33 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.53 |
| HSL | 59.3º | 0.57% | 0.3% | - |
| HSV(B) | 59.3º | 0.72% | 0.47% | - |
| XYZ | 14.36 | 16.99 | 3.96 | - |
| YUV | 108.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 33 | 0 | 0.01 | 0.72 | 0.53 | 59.3 | 0.57 | 0.3 |
| Hex | 77 | 76 | 21 | 0 | 1 | 48 | 35 | 3B | 39 | 1E |
| Octal | 167 | 166 | 41 | 0 | 1 | 110 | 65 | 73 | 71 | 36 |
| Binary | 1110111 | 1110110 | 100001 | 0 | 1 | 1001000 | 110101 | 111011 | 111001 | 11110 |
Color Harmonies of #777621
Complementary color
Monochromatic Colors of #777621
Black with #777621
Text Example
Text Example
White with #777621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777621; }
p { color: rgb(119,118,33); }
H1.HeaderClassName
{
color: #777621;
}
.AnyTagClassName
{
color: #777621;
}
</style>
background-color css
<style>
a { background-color: #777621; }
a { background-color: rgb(119,118,33); }
div.DivClassName
{
background-color: #777621;
}
.BgClassName
{
background-color: #777621;
}
</style>
border-color css
<style>
span { border-color: #777621; }
span { border-color: rgb(119,118,33); }
td.TdClassName
{
border-color: #777621;
}
.TagClassName
{
border-color: #777621;
}
</style>