Shades of Highland #788A60
Tints of Highland #788A60
RGB
CMYK
RGB Variations
Color information
#788A60 (or 0x788A60) is known color: Highland. HEX triplet: 78, 8A and 60. RGB value is (120,138,96). Sum of RGB (Red+Green+Blue) = 120+138+96=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #788A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A60 is #87759F. Grayscale: #7F7F7F. Windows color (decimal): -8877472 or 6326904. OLE color: 6326904.
HSL color Cylindrical-coordinate representation of color #788A60: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788A60 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 96 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.46 |
| HSL | 85.71º | 0.18% | 0.46% | - |
| HSV(B) | 85.71º | 0.3% | 0.54% | - |
| XYZ | 18.95 | 23.01 | 14.51 | - |
| YUV | 127.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 96 | 0.13 | 0 | 0.30 | 0.46 | 85.71 | 0.18 | 0.46 |
| Hex | 78 | 8A | 60 | D | 0 | 1E | 2E | 56 | 12 | 2E |
| Octal | 170 | 212 | 140 | 15 | 0 | 36 | 56 | 126 | 22 | 56 |
| Binary | 1111000 | 10001010 | 1100000 | 1101 | 0 | 11110 | 101110 | 1010110 | 10010 | 101110 |
Color Harmonies of #788A60
Complementary color
Monochromatic Colors of #788A60
Black with #788A60
Text Example
Text Example
White with #788A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A60; }
p { color: rgb(120,138,96); }
H1.HeaderClassName
{
color: #788A60;
}
.AnyTagClassName
{
color: #788A60;
}
</style>
background-color css
<style>
a { background-color: #788A60; }
a { background-color: rgb(120,138,96); }
div.DivClassName
{
background-color: #788A60;
}
.BgClassName
{
background-color: #788A60;
}
</style>
border-color css
<style>
span { border-color: #788A60; }
span { border-color: rgb(120,138,96); }
td.TdClassName
{
border-color: #788A60;
}
.TagClassName
{
border-color: #788A60;
}
</style>