Shades of Highland #708C56
Tints of Highland #708C56
RGB
CMYK
RGB Variations
Color information
#708C56 (or 0x708C56) is known color: Highland. HEX triplet: 70, 8C and 56. RGB value is (112,140,86). Sum of RGB (Red+Green+Blue) = 112+140+86=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #708C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C56 is #8F73A9. Grayscale: #7D7D7D. Windows color (decimal): -9401258 or 5672048. OLE color: 5672048.
HSL color Cylindrical-coordinate representation of color #708C56: hue angle of 91.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #708C56 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 86 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.45 |
| HSL | 91.11º | 0.24% | 0.44% | - |
| HSV(B) | 91.11º | 0.39% | 0.55% | - |
| XYZ | 17.74 | 22.87 | 12.28 | - |
| YUV | 125.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 86 | 0.20 | 0 | 0.39 | 0.45 | 91.11 | 0.24 | 0.44 |
| Hex | 70 | 8C | 56 | 14 | 0 | 27 | 2D | 5B | 18 | 2C |
| Octal | 160 | 214 | 126 | 24 | 0 | 47 | 55 | 133 | 30 | 54 |
| Binary | 1110000 | 10001100 | 1010110 | 10100 | 0 | 100111 | 101101 | 1011011 | 11000 | 101100 |
Color Harmonies of #708C56
Complementary color
Monochromatic Colors of #708C56
Black with #708C56
Text Example
Text Example
White with #708C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C56; }
p { color: rgb(112,140,86); }
H1.HeaderClassName
{
color: #708C56;
}
.AnyTagClassName
{
color: #708C56;
}
</style>
background-color css
<style>
a { background-color: #708C56; }
a { background-color: rgb(112,140,86); }
div.DivClassName
{
background-color: #708C56;
}
.BgClassName
{
background-color: #708C56;
}
</style>
border-color css
<style>
span { border-color: #708C56; }
span { border-color: rgb(112,140,86); }
td.TdClassName
{
border-color: #708C56;
}
.TagClassName
{
border-color: #708C56;
}
</style>