Shades of Highland #708B59
Tints of Highland #708B59
RGB
CMYK
RGB Variations
Color information
#708B59 (or 0x708B59) is known color: Highland. HEX triplet: 70, 8B and 59. RGB value is (112,139,89). Sum of RGB (Red+Green+Blue) = 112+139+89=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #708B59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B59 is #8F74A6. Grayscale: #7D7D7D. Windows color (decimal): -9401511 or 5868400. OLE color: 5868400.
HSL color Cylindrical-coordinate representation of color #708B59: hue angle of 92.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708B59 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 89 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.45 |
| HSL | 92.4º | 0.22% | 0.45% | - |
| HSV(B) | 92.4º | 0.36% | 0.55% | - |
| XYZ | 17.72 | 22.63 | 12.89 | - |
| YUV | 125.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 89 | 0.19 | 0 | 0.36 | 0.45 | 92.4 | 0.22 | 0.45 |
| Hex | 70 | 8B | 59 | 13 | 0 | 24 | 2D | 5C | 16 | 2D |
| Octal | 160 | 213 | 131 | 23 | 0 | 44 | 55 | 134 | 26 | 55 |
| Binary | 1110000 | 10001011 | 1011001 | 10011 | 0 | 100100 | 101101 | 1011100 | 10110 | 101101 |
Color Harmonies of #708B59
Complementary color
Monochromatic Colors of #708B59
Black with #708B59
Text Example
Text Example
White with #708B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B59; }
p { color: rgb(112,139,89); }
H1.HeaderClassName
{
color: #708B59;
}
.AnyTagClassName
{
color: #708B59;
}
</style>
background-color css
<style>
a { background-color: #708B59; }
a { background-color: rgb(112,139,89); }
div.DivClassName
{
background-color: #708B59;
}
.BgClassName
{
background-color: #708B59;
}
</style>
border-color css
<style>
span { border-color: #708B59; }
span { border-color: rgb(112,139,89); }
td.TdClassName
{
border-color: #708B59;
}
.TagClassName
{
border-color: #708B59;
}
</style>