Shades of Olivetone #77781D
Tints of Olivetone #77781D
RGB
CMYK
RGB Variations
Color information
#77781D (or 0x77781D) is known color: Olivetone. HEX triplet: 77, 78 and 1D. RGB value is (119,120,29). Sum of RGB (Red+Green+Blue) = 119+120+29=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #77781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77781D is #8887E2. Grayscale: #6D6D6D. Windows color (decimal): -8947683 or 1931383. OLE color: 1931383.
HSL color Cylindrical-coordinate representation of color #77781D: hue angle of 60.66º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77781D is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 29 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.53 |
| HSL | 60.66º | 0.61% | 0.29% | - |
| HSV(B) | 60.66º | 0.76% | 0.47% | - |
| XYZ | 14.55 | 17.44 | 3.76 | - |
| YUV | 109.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 29 | 0.01 | 0 | 0.76 | 0.53 | 60.66 | 0.61 | 0.29 |
| Hex | 77 | 78 | 1D | 1 | 0 | 4C | 35 | 3D | 3D | 1D |
| Octal | 167 | 170 | 35 | 1 | 0 | 114 | 65 | 75 | 75 | 35 |
| Binary | 1110111 | 1111000 | 11101 | 1 | 0 | 1001100 | 110101 | 111101 | 111101 | 11101 |
Color Harmonies of #77781D
Complementary color
Monochromatic Colors of #77781D
Black with #77781D
Text Example
Text Example
White with #77781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77781D; }
p { color: rgb(119,120,29); }
H1.HeaderClassName
{
color: #77781D;
}
.AnyTagClassName
{
color: #77781D;
}
</style>
background-color css
<style>
a { background-color: #77781D; }
a { background-color: rgb(119,120,29); }
div.DivClassName
{
background-color: #77781D;
}
.BgClassName
{
background-color: #77781D;
}
</style>
border-color css
<style>
span { border-color: #77781D; }
span { border-color: rgb(119,120,29); }
td.TdClassName
{
border-color: #77781D;
}
.TagClassName
{
border-color: #77781D;
}
</style>