Shades of Highland #789563
Tints of Highland #789563
RGB
CMYK
RGB Variations
Color information
#789563 (or 0x789563) is known color: Highland. HEX triplet: 78, 95 and 63. RGB value is (120,149,99). Sum of RGB (Red+Green+Blue) = 120+149+99=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #789563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789563 is #876A9C. Grayscale: #868686. Windows color (decimal): -8874653 or 6526328. OLE color: 6526328.
HSL color Cylindrical-coordinate representation of color #789563: hue angle of 94.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #789563 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 99 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.42 |
| HSL | 94.8º | 0.2% | 0.49% | - |
| HSV(B) | 94.8º | 0.34% | 0.58% | - |
| XYZ | 20.75 | 26.39 | 15.8 | - |
| YUV | 134.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 99 | 0.19 | 0 | 0.34 | 0.42 | 94.8 | 0.2 | 0.49 |
| Hex | 78 | 95 | 63 | 13 | 0 | 22 | 2A | 5F | 14 | 31 |
| Octal | 170 | 225 | 143 | 23 | 0 | 42 | 52 | 137 | 24 | 61 |
| Binary | 1111000 | 10010101 | 1100011 | 10011 | 0 | 100010 | 101010 | 1011111 | 10100 | 110001 |
Color Harmonies of #789563
Complementary color
Monochromatic Colors of #789563
Black with #789563
Text Example
Text Example
White with #789563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789563; }
p { color: rgb(120,149,99); }
H1.HeaderClassName
{
color: #789563;
}
.AnyTagClassName
{
color: #789563;
}
</style>
background-color css
<style>
a { background-color: #789563; }
a { background-color: rgb(120,149,99); }
div.DivClassName
{
background-color: #789563;
}
.BgClassName
{
background-color: #789563;
}
</style>
border-color css
<style>
span { border-color: #789563; }
span { border-color: rgb(120,149,99); }
td.TdClassName
{
border-color: #789563;
}
.TagClassName
{
border-color: #789563;
}
</style>