Shades of Highland #779961
Tints of Highland #779961
RGB
CMYK
RGB Variations
Color information
#779961 (or 0x779961) is known color: Highland. HEX triplet: 77, 99 and 61. RGB value is (119,153,97). Sum of RGB (Red+Green+Blue) = 119+153+97=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #779961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779961 is #88669E. Grayscale: #888888. Windows color (decimal): -8939167 or 6396279. OLE color: 6396279.
HSL color Cylindrical-coordinate representation of color #779961: hue angle of 96.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #779961 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 97 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.4 |
| HSL | 96.43º | 0.22% | 0.49% | - |
| HSV(B) | 96.43º | 0.37% | 0.6% | - |
| XYZ | 21.16 | 27.57 | 15.52 | - |
| YUV | 136.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 97 | 0.22 | 0 | 0.37 | 0.4 | 96.43 | 0.22 | 0.49 |
| Hex | 77 | 99 | 61 | 16 | 0 | 25 | 28 | 60 | 16 | 31 |
| Octal | 167 | 231 | 141 | 26 | 0 | 45 | 50 | 140 | 26 | 61 |
| Binary | 1110111 | 10011001 | 1100001 | 10110 | 0 | 100101 | 101000 | 1100000 | 10110 | 110001 |
Color Harmonies of #779961
Complementary color
Monochromatic Colors of #779961
Black with #779961
Text Example
Text Example
White with #779961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779961; }
p { color: rgb(119,153,97); }
H1.HeaderClassName
{
color: #779961;
}
.AnyTagClassName
{
color: #779961;
}
</style>
background-color css
<style>
a { background-color: #779961; }
a { background-color: rgb(119,153,97); }
div.DivClassName
{
background-color: #779961;
}
.BgClassName
{
background-color: #779961;
}
</style>
border-color css
<style>
span { border-color: #779961; }
span { border-color: rgb(119,153,97); }
td.TdClassName
{
border-color: #779961;
}
.TagClassName
{
border-color: #779961;
}
</style>