Shades of Highland #708B56
Tints of Highland #708B56
RGB
CMYK
RGB Variations
Color information
#708B56 (or 0x708B56) is known color: Highland. HEX triplet: 70, 8B and 56. RGB value is (112,139,86). Sum of RGB (Red+Green+Blue) = 112+139+86=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #708B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B56 is #8F74A9. Grayscale: #7D7D7D. Windows color (decimal): -9401514 or 5671792. OLE color: 5671792.
HSL color Cylindrical-coordinate representation of color #708B56: hue angle of 90.57º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708B56 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 86 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.45 |
| HSL | 90.57º | 0.24% | 0.44% | - |
| HSV(B) | 90.57º | 0.38% | 0.55% | - |
| XYZ | 17.59 | 22.58 | 12.24 | - |
| YUV | 124.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 86 | 0.19 | 0 | 0.38 | 0.45 | 90.57 | 0.24 | 0.44 |
| Hex | 70 | 8B | 56 | 13 | 0 | 26 | 2D | 5B | 18 | 2C |
| Octal | 160 | 213 | 126 | 23 | 0 | 46 | 55 | 133 | 30 | 54 |
| Binary | 1110000 | 10001011 | 1010110 | 10011 | 0 | 100110 | 101101 | 1011011 | 11000 | 101100 |
Color Harmonies of #708B56
Complementary color
Monochromatic Colors of #708B56
Black with #708B56
Text Example
Text Example
White with #708B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B56; }
p { color: rgb(112,139,86); }
H1.HeaderClassName
{
color: #708B56;
}
.AnyTagClassName
{
color: #708B56;
}
</style>
background-color css
<style>
a { background-color: #708B56; }
a { background-color: rgb(112,139,86); }
div.DivClassName
{
background-color: #708B56;
}
.BgClassName
{
background-color: #708B56;
}
</style>
border-color css
<style>
span { border-color: #708B56; }
span { border-color: rgb(112,139,86); }
td.TdClassName
{
border-color: #708B56;
}
.TagClassName
{
border-color: #708B56;
}
</style>