Shades of Highland #788E4E
Tints of Highland #788E4E
RGB
CMYK
RGB Variations
Color information
#788E4E (or 0x788E4E) is known color: Highland. HEX triplet: 78, 8E and 4E. RGB value is (120,142,78). Sum of RGB (Red+Green+Blue) = 120+142+78=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #788E4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E4E is #8771B1. Grayscale: #808080. Windows color (decimal): -8876466 or 5148280. OLE color: 5148280.
HSL color Cylindrical-coordinate representation of color #788E4E: hue angle of 80.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788E4E is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 78 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.44 |
| HSL | 80.63º | 0.29% | 0.43% | - |
| HSV(B) | 80.63º | 0.45% | 0.56% | - |
| XYZ | 18.79 | 23.89 | 10.83 | - |
| YUV | 128.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 78 | 0.15 | 0 | 0.45 | 0.44 | 80.63 | 0.29 | 0.43 |
| Hex | 78 | 8E | 4E | F | 0 | 2D | 2C | 51 | 1D | 2B |
| Octal | 170 | 216 | 116 | 17 | 0 | 55 | 54 | 121 | 35 | 53 |
| Binary | 1111000 | 10001110 | 1001110 | 1111 | 0 | 101101 | 101100 | 1010001 | 11101 | 101011 |
Color Harmonies of #788E4E
Complementary color
Monochromatic Colors of #788E4E
Black with #788E4E
Text Example
Text Example
White with #788E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E4E; }
p { color: rgb(120,142,78); }
H1.HeaderClassName
{
color: #788E4E;
}
.AnyTagClassName
{
color: #788E4E;
}
</style>
background-color css
<style>
a { background-color: #788E4E; }
a { background-color: rgb(120,142,78); }
div.DivClassName
{
background-color: #788E4E;
}
.BgClassName
{
background-color: #788E4E;
}
</style>
border-color css
<style>
span { border-color: #788E4E; }
span { border-color: rgb(120,142,78); }
td.TdClassName
{
border-color: #788E4E;
}
.TagClassName
{
border-color: #788E4E;
}
</style>