Shades of Olivetone #77781E
Tints of Olivetone #77781E
RGB
CMYK
RGB Variations
Color information
#77781E (or 0x77781E) is known color: Olivetone. HEX triplet: 77, 78 and 1E. RGB value is (119,120,30). Sum of RGB (Red+Green+Blue) = 119+120+30=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #77781E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77781E is #8887E1. Grayscale: #6D6D6D. Windows color (decimal): -8947682 or 1996919. OLE color: 1996919.
HSL color Cylindrical-coordinate representation of color #77781E: hue angle of 60.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77781E is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 30 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.53 |
| HSL | 60.67º | 0.6% | 0.29% | - |
| HSV(B) | 60.67º | 0.75% | 0.47% | - |
| XYZ | 14.56 | 17.45 | 3.83 | - |
| YUV | 109.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 30 | 0.01 | 0 | 0.75 | 0.53 | 60.67 | 0.6 | 0.29 |
| Hex | 77 | 78 | 1E | 1 | 0 | 4B | 35 | 3D | 3C | 1D |
| Octal | 167 | 170 | 36 | 1 | 0 | 113 | 65 | 75 | 74 | 35 |
| Binary | 1110111 | 1111000 | 11110 | 1 | 0 | 1001011 | 110101 | 111101 | 111100 | 11101 |
Color Harmonies of #77781E
Complementary color
Monochromatic Colors of #77781E
Black with #77781E
Text Example
Text Example
White with #77781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77781E; }
p { color: rgb(119,120,30); }
H1.HeaderClassName
{
color: #77781E;
}
.AnyTagClassName
{
color: #77781E;
}
</style>
background-color css
<style>
a { background-color: #77781E; }
a { background-color: rgb(119,120,30); }
div.DivClassName
{
background-color: #77781E;
}
.BgClassName
{
background-color: #77781E;
}
</style>
border-color css
<style>
span { border-color: #77781E; }
span { border-color: rgb(119,120,30); }
td.TdClassName
{
border-color: #77781E;
}
.TagClassName
{
border-color: #77781E;
}
</style>