Shades of Highland #789863
Tints of Highland #789863
RGB
CMYK
RGB Variations
Color information
#789863 (or 0x789863) is known color: Highland. HEX triplet: 78, 98 and 63. RGB value is (120,152,99). Sum of RGB (Red+Green+Blue) = 120+152+99=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #789863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789863 is #87679C. Grayscale: #888888. Windows color (decimal): -8873885 or 6527096. OLE color: 6527096.
HSL color Cylindrical-coordinate representation of color #789863: hue angle of 96.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #789863 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 99 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.40 |
| HSL | 96.23º | 0.21% | 0.49% | - |
| HSV(B) | 96.23º | 0.35% | 0.6% | - |
| XYZ | 21.23 | 27.35 | 15.96 | - |
| YUV | 136.39 | 106.9 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 99 | 0.21 | 0 | 0.35 | 0.40 | 96.23 | 0.21 | 0.49 |
| Hex | 78 | 98 | 63 | 15 | 0 | 23 | 28 | 60 | 15 | 31 |
| Octal | 170 | 230 | 143 | 25 | 0 | 43 | 50 | 140 | 25 | 61 |
| Binary | 1111000 | 10011000 | 1100011 | 10101 | 0 | 100011 | 101000 | 1100000 | 10101 | 110001 |
Color Harmonies of #789863
Complementary color
Monochromatic Colors of #789863
Black with #789863
Text Example
Text Example
White with #789863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789863; }
p { color: rgb(120,152,99); }
H1.HeaderClassName
{
color: #789863;
}
.AnyTagClassName
{
color: #789863;
}
</style>
background-color css
<style>
a { background-color: #789863; }
a { background-color: rgb(120,152,99); }
div.DivClassName
{
background-color: #789863;
}
.BgClassName
{
background-color: #789863;
}
</style>
border-color css
<style>
span { border-color: #789863; }
span { border-color: rgb(120,152,99); }
td.TdClassName
{
border-color: #789863;
}
.TagClassName
{
border-color: #789863;
}
</style>