Shades of Highland #788D56
Tints of Highland #788D56
RGB
CMYK
RGB Variations
Color information
#788D56 (or 0x788D56) is known color: Highland. HEX triplet: 78, 8D and 56. RGB value is (120,141,86). Sum of RGB (Red+Green+Blue) = 120+141+86=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #788D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D56 is #8772A9. Grayscale: #808080. Windows color (decimal): -8876714 or 5672312. OLE color: 5672312.
HSL color Cylindrical-coordinate representation of color #788D56: hue angle of 82.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #788D56 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 86 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.45 |
| HSL | 82.91º | 0.24% | 0.45% | - |
| HSV(B) | 82.91º | 0.39% | 0.55% | - |
| XYZ | 18.95 | 23.71 | 12.38 | - |
| YUV | 128.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 86 | 0.15 | 0 | 0.39 | 0.45 | 82.91 | 0.24 | 0.45 |
| Hex | 78 | 8D | 56 | F | 0 | 27 | 2D | 53 | 18 | 2D |
| Octal | 170 | 215 | 126 | 17 | 0 | 47 | 55 | 123 | 30 | 55 |
| Binary | 1111000 | 10001101 | 1010110 | 1111 | 0 | 100111 | 101101 | 1010011 | 11000 | 101101 |
Color Harmonies of #788D56
Complementary color
Monochromatic Colors of #788D56
Black with #788D56
Text Example
Text Example
White with #788D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D56; }
p { color: rgb(120,141,86); }
H1.HeaderClassName
{
color: #788D56;
}
.AnyTagClassName
{
color: #788D56;
}
</style>
background-color css
<style>
a { background-color: #788D56; }
a { background-color: rgb(120,141,86); }
div.DivClassName
{
background-color: #788D56;
}
.BgClassName
{
background-color: #788D56;
}
</style>
border-color css
<style>
span { border-color: #788D56; }
span { border-color: rgb(120,141,86); }
td.TdClassName
{
border-color: #788D56;
}
.TagClassName
{
border-color: #788D56;
}
</style>