Shades of Highland #788E64
Tints of Highland #788E64
RGB
CMYK
RGB Variations
Color information
#788E64 (or 0x788E64) is known color: Highland. HEX triplet: 78, 8E and 64. RGB value is (120,142,100). Sum of RGB (Red+Green+Blue) = 120+142+100=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #788E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E64 is #87719B. Grayscale: #828282. Windows color (decimal): -8876444 or 6590072. OLE color: 6590072.
HSL color Cylindrical-coordinate representation of color #788E64: hue angle of 91.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788E64 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 100 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.44 |
| HSL | 91.43º | 0.17% | 0.47% | - |
| HSV(B) | 91.43º | 0.3% | 0.56% | - |
| XYZ | 19.72 | 24.26 | 15.7 | - |
| YUV | 130.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 100 | 0.15 | 0 | 0.30 | 0.44 | 91.43 | 0.17 | 0.47 |
| Hex | 78 | 8E | 64 | F | 0 | 1E | 2C | 5B | 11 | 2F |
| Octal | 170 | 216 | 144 | 17 | 0 | 36 | 54 | 133 | 21 | 57 |
| Binary | 1111000 | 10001110 | 1100100 | 1111 | 0 | 11110 | 101100 | 1011011 | 10001 | 101111 |
Color Harmonies of #788E64
Complementary color
Monochromatic Colors of #788E64
Black with #788E64
Text Example
Text Example
White with #788E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E64; }
p { color: rgb(120,142,100); }
H1.HeaderClassName
{
color: #788E64;
}
.AnyTagClassName
{
color: #788E64;
}
</style>
background-color css
<style>
a { background-color: #788E64; }
a { background-color: rgb(120,142,100); }
div.DivClassName
{
background-color: #788E64;
}
.BgClassName
{
background-color: #788E64;
}
</style>
border-color css
<style>
span { border-color: #788E64; }
span { border-color: rgb(120,142,100); }
td.TdClassName
{
border-color: #788E64;
}
.TagClassName
{
border-color: #788E64;
}
</style>