Shades of Highland #779B64
Tints of Highland #779B64
RGB
CMYK
RGB Variations
Color information
#779B64 (or 0x779B64) is known color: Highland. HEX triplet: 77, 9B and 64. RGB value is (119,155,100). Sum of RGB (Red+Green+Blue) = 119+155+100=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #779B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B64 is #88649B. Grayscale: #8A8A8A. Windows color (decimal): -8938652 or 6593399. OLE color: 6593399.
HSL color Cylindrical-coordinate representation of color #779B64: hue angle of 99.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #779B64 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 100 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.39 |
| HSL | 99.27º | 0.22% | 0.5% | - |
| HSV(B) | 99.27º | 0.35% | 0.61% | - |
| XYZ | 21.63 | 28.28 | 16.38 | - |
| YUV | 137.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 100 | 0.23 | 0 | 0.35 | 0.39 | 99.27 | 0.22 | 0.5 |
| Hex | 77 | 9B | 64 | 17 | 0 | 23 | 27 | 63 | 16 | 32 |
| Octal | 167 | 233 | 144 | 27 | 0 | 43 | 47 | 143 | 26 | 62 |
| Binary | 1110111 | 10011011 | 1100100 | 10111 | 0 | 100011 | 100111 | 1100011 | 10110 | 110010 |
Color Harmonies of #779B64
Complementary color
Monochromatic Colors of #779B64
Black with #779B64
Text Example
Text Example
White with #779B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B64; }
p { color: rgb(119,155,100); }
H1.HeaderClassName
{
color: #779B64;
}
.AnyTagClassName
{
color: #779B64;
}
</style>
background-color css
<style>
a { background-color: #779B64; }
a { background-color: rgb(119,155,100); }
div.DivClassName
{
background-color: #779B64;
}
.BgClassName
{
background-color: #779B64;
}
</style>
border-color css
<style>
span { border-color: #779B64; }
span { border-color: rgb(119,155,100); }
td.TdClassName
{
border-color: #779B64;
}
.TagClassName
{
border-color: #779B64;
}
</style>