Shades of Highland #789663
Tints of Highland #789663
RGB
CMYK
RGB Variations
Color information
#789663 (or 0x789663) is known color: Highland. HEX triplet: 78, 96 and 63. RGB value is (120,150,99). Sum of RGB (Red+Green+Blue) = 120+150+99=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #789663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789663 is #87699C. Grayscale: #878787. Windows color (decimal): -8874397 or 6526584. OLE color: 6526584.
HSL color Cylindrical-coordinate representation of color #789663: hue angle of 95.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #789663 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 99 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.41 |
| HSL | 95.29º | 0.2% | 0.49% | - |
| HSV(B) | 95.29º | 0.34% | 0.59% | - |
| XYZ | 20.9 | 26.71 | 15.86 | - |
| YUV | 135.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 99 | 0.20 | 0 | 0.34 | 0.41 | 95.29 | 0.2 | 0.49 |
| Hex | 78 | 96 | 63 | 14 | 0 | 22 | 29 | 5F | 14 | 31 |
| Octal | 170 | 226 | 143 | 24 | 0 | 42 | 51 | 137 | 24 | 61 |
| Binary | 1111000 | 10010110 | 1100011 | 10100 | 0 | 100010 | 101001 | 1011111 | 10100 | 110001 |
Color Harmonies of #789663
Complementary color
Monochromatic Colors of #789663
Black with #789663
Text Example
Text Example
White with #789663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789663; }
p { color: rgb(120,150,99); }
H1.HeaderClassName
{
color: #789663;
}
.AnyTagClassName
{
color: #789663;
}
</style>
background-color css
<style>
a { background-color: #789663; }
a { background-color: rgb(120,150,99); }
div.DivClassName
{
background-color: #789663;
}
.BgClassName
{
background-color: #789663;
}
</style>
border-color css
<style>
span { border-color: #789663; }
span { border-color: rgb(120,150,99); }
td.TdClassName
{
border-color: #789663;
}
.TagClassName
{
border-color: #789663;
}
</style>