Shades of Highland #778F61
Tints of Highland #778F61
RGB
CMYK
RGB Variations
Color information
#778F61 (or 0x778F61) is known color: Highland. HEX triplet: 77, 8F and 61. RGB value is (119,143,97). Sum of RGB (Red+Green+Blue) = 119+143+97=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 143 - color contains mainly: green. Hex color #778F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F61 is #88709E. Grayscale: #828282. Windows color (decimal): -8941727 or 6393719. OLE color: 6393719.
HSL color Cylindrical-coordinate representation of color #778F61: hue angle of 91.3º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778F61 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 97 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.44 |
| HSL | 91.3º | 0.19% | 0.47% | - |
| HSV(B) | 91.3º | 0.32% | 0.56% | - |
| XYZ | 19.59 | 24.43 | 14.99 | - |
| YUV | 130.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 97 | 0.17 | 0 | 0.32 | 0.44 | 91.3 | 0.19 | 0.47 |
| Hex | 77 | 8F | 61 | 11 | 0 | 20 | 2C | 5B | 13 | 2F |
| Octal | 167 | 217 | 141 | 21 | 0 | 40 | 54 | 133 | 23 | 57 |
| Binary | 1110111 | 10001111 | 1100001 | 10001 | 0 | 100000 | 101100 | 1011011 | 10011 | 101111 |
Color Harmonies of #778F61
Complementary color
Monochromatic Colors of #778F61
Black with #778F61
Text Example
Text Example
White with #778F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F61; }
p { color: rgb(119,143,97); }
H1.HeaderClassName
{
color: #778F61;
}
.AnyTagClassName
{
color: #778F61;
}
</style>
background-color css
<style>
a { background-color: #778F61; }
a { background-color: rgb(119,143,97); }
div.DivClassName
{
background-color: #778F61;
}
.BgClassName
{
background-color: #778F61;
}
</style>
border-color css
<style>
span { border-color: #778F61; }
span { border-color: rgb(119,143,97); }
td.TdClassName
{
border-color: #778F61;
}
.TagClassName
{
border-color: #778F61;
}
</style>