Shades of Highland #789961
Tints of Highland #789961
RGB
CMYK
RGB Variations
Color information
#789961 (or 0x789961) is known color: Highland. HEX triplet: 78, 99 and 61. RGB value is (120,153,97). Sum of RGB (Red+Green+Blue) = 120+153+97=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #789961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789961 is #87669E. Grayscale: #888888. Windows color (decimal): -8873631 or 6396280. OLE color: 6396280.
HSL color Cylindrical-coordinate representation of color #789961: hue angle of 95.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789961 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 97 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.4 |
| HSL | 95.36º | 0.22% | 0.49% | - |
| HSV(B) | 95.36º | 0.37% | 0.6% | - |
| XYZ | 21.29 | 27.64 | 15.52 | - |
| YUV | 136.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 97 | 0.22 | 0 | 0.37 | 0.4 | 95.36 | 0.22 | 0.49 |
| Hex | 78 | 99 | 61 | 16 | 0 | 25 | 28 | 5F | 16 | 31 |
| Octal | 170 | 231 | 141 | 26 | 0 | 45 | 50 | 137 | 26 | 61 |
| Binary | 1111000 | 10011001 | 1100001 | 10110 | 0 | 100101 | 101000 | 1011111 | 10110 | 110001 |
Color Harmonies of #789961
Complementary color
Monochromatic Colors of #789961
Black with #789961
Text Example
Text Example
White with #789961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789961; }
p { color: rgb(120,153,97); }
H1.HeaderClassName
{
color: #789961;
}
.AnyTagClassName
{
color: #789961;
}
</style>
background-color css
<style>
a { background-color: #789961; }
a { background-color: rgb(120,153,97); }
div.DivClassName
{
background-color: #789961;
}
.BgClassName
{
background-color: #789961;
}
</style>
border-color css
<style>
span { border-color: #789961; }
span { border-color: rgb(120,153,97); }
td.TdClassName
{
border-color: #789961;
}
.TagClassName
{
border-color: #789961;
}
</style>