Shades of Highland #708859
Tints of Highland #708859
RGB
CMYK
RGB Variations
Color information
#708859 (or 0x708859) is known color: Highland. HEX triplet: 70, 88 and 59. RGB value is (112,136,89). Sum of RGB (Red+Green+Blue) = 112+136+89=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #708859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708859 is #8F77A6. Grayscale: #7B7B7B. Windows color (decimal): -9402279 or 5867632. OLE color: 5867632.
HSL color Cylindrical-coordinate representation of color #708859: hue angle of 90.64º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #708859 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 89 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.47 |
| HSL | 90.64º | 0.21% | 0.44% | - |
| HSV(B) | 90.64º | 0.35% | 0.53% | - |
| XYZ | 17.29 | 21.77 | 12.74 | - |
| YUV | 123.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 89 | 0.18 | 0 | 0.35 | 0.47 | 90.64 | 0.21 | 0.44 |
| Hex | 70 | 88 | 59 | 12 | 0 | 23 | 2F | 5B | 15 | 2C |
| Octal | 160 | 210 | 131 | 22 | 0 | 43 | 57 | 133 | 25 | 54 |
| Binary | 1110000 | 10001000 | 1011001 | 10010 | 0 | 100011 | 101111 | 1011011 | 10101 | 101100 |
Color Harmonies of #708859
Complementary color
Monochromatic Colors of #708859
Black with #708859
Text Example
Text Example
White with #708859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708859; }
p { color: rgb(112,136,89); }
H1.HeaderClassName
{
color: #708859;
}
.AnyTagClassName
{
color: #708859;
}
</style>
background-color css
<style>
a { background-color: #708859; }
a { background-color: rgb(112,136,89); }
div.DivClassName
{
background-color: #708859;
}
.BgClassName
{
background-color: #708859;
}
</style>
border-color css
<style>
span { border-color: #708859; }
span { border-color: rgb(112,136,89); }
td.TdClassName
{
border-color: #708859;
}
.TagClassName
{
border-color: #708859;
}
</style>