Shades of Highland #708B57
Tints of Highland #708B57
RGB
CMYK
RGB Variations
Color information
#708B57 (or 0x708B57) is known color: Highland. HEX triplet: 70, 8B and 57. RGB value is (112,139,87). Sum of RGB (Red+Green+Blue) = 112+139+87=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #708B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B57 is #8F74A8. Grayscale: #7D7D7D. Windows color (decimal): -9401513 or 5737328. OLE color: 5737328.
HSL color Cylindrical-coordinate representation of color #708B57: hue angle of 91.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708B57 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 87 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.45 |
| HSL | 91.15º | 0.23% | 0.44% | - |
| HSV(B) | 91.15º | 0.37% | 0.55% | - |
| XYZ | 17.64 | 22.6 | 12.45 | - |
| YUV | 125 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 87 | 0.19 | 0 | 0.37 | 0.45 | 91.15 | 0.23 | 0.44 |
| Hex | 70 | 8B | 57 | 13 | 0 | 25 | 2D | 5B | 17 | 2C |
| Octal | 160 | 213 | 127 | 23 | 0 | 45 | 55 | 133 | 27 | 54 |
| Binary | 1110000 | 10001011 | 1010111 | 10011 | 0 | 100101 | 101101 | 1011011 | 10111 | 101100 |
Color Harmonies of #708B57
Complementary color
Monochromatic Colors of #708B57
Black with #708B57
Text Example
Text Example
White with #708B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B57; }
p { color: rgb(112,139,87); }
H1.HeaderClassName
{
color: #708B57;
}
.AnyTagClassName
{
color: #708B57;
}
</style>
background-color css
<style>
a { background-color: #708B57; }
a { background-color: rgb(112,139,87); }
div.DivClassName
{
background-color: #708B57;
}
.BgClassName
{
background-color: #708B57;
}
</style>
border-color css
<style>
span { border-color: #708B57; }
span { border-color: rgb(112,139,87); }
td.TdClassName
{
border-color: #708B57;
}
.TagClassName
{
border-color: #708B57;
}
</style>