Shades of Olivetone #777929
Tints of Olivetone #777929
RGB
CMYK
RGB Variations
Color information
#777929 (or 0x777929) is known color: Olivetone. HEX triplet: 77, 79 and 29. RGB value is (119,121,41). Sum of RGB (Red+Green+Blue) = 119+121+41=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #777929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777929 is #8886D6. Grayscale: #6F6F6F. Windows color (decimal): -8947415 or 2718071. OLE color: 2718071.
HSL color Cylindrical-coordinate representation of color #777929: hue angle of 61.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #777929 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 41 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.53 |
| HSL | 61.5º | 0.49% | 0.32% | - |
| HSV(B) | 61.5º | 0.66% | 0.47% | - |
| XYZ | 14.85 | 17.76 | 4.74 | - |
| YUV | 111.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 41 | 0.02 | 0 | 0.66 | 0.53 | 61.5 | 0.49 | 0.32 |
| Hex | 77 | 79 | 29 | 2 | 0 | 42 | 35 | 3E | 31 | 20 |
| Octal | 167 | 171 | 51 | 2 | 0 | 102 | 65 | 76 | 61 | 40 |
| Binary | 1110111 | 1111001 | 101001 | 10 | 0 | 1000010 | 110101 | 111110 | 110001 | 100000 |
Color Harmonies of #777929
Complementary color
Monochromatic Colors of #777929
Black with #777929
Text Example
Text Example
White with #777929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777929; }
p { color: rgb(119,121,41); }
H1.HeaderClassName
{
color: #777929;
}
.AnyTagClassName
{
color: #777929;
}
</style>
background-color css
<style>
a { background-color: #777929; }
a { background-color: rgb(119,121,41); }
div.DivClassName
{
background-color: #777929;
}
.BgClassName
{
background-color: #777929;
}
</style>
border-color css
<style>
span { border-color: #777929; }
span { border-color: rgb(119,121,41); }
td.TdClassName
{
border-color: #777929;
}
.TagClassName
{
border-color: #777929;
}
</style>