Shades of Highland #708D58
Tints of Highland #708D58
RGB
CMYK
RGB Variations
Color information
#708D58 (or 0x708D58) is known color: Highland. HEX triplet: 70, 8D and 58. RGB value is (112,141,88). Sum of RGB (Red+Green+Blue) = 112+141+88=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #708D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D58 is #8F72A7. Grayscale: #7E7E7E. Windows color (decimal): -9401000 or 5803376. OLE color: 5803376.
HSL color Cylindrical-coordinate representation of color #708D58: hue angle of 92.83º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708D58 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 88 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.45 |
| HSL | 92.83º | 0.23% | 0.45% | - |
| HSV(B) | 92.83º | 0.38% | 0.55% | - |
| XYZ | 17.97 | 23.2 | 12.76 | - |
| YUV | 126.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 88 | 0.21 | 0 | 0.38 | 0.45 | 92.83 | 0.23 | 0.45 |
| Hex | 70 | 8D | 58 | 15 | 0 | 26 | 2D | 5D | 17 | 2D |
| Octal | 160 | 215 | 130 | 25 | 0 | 46 | 55 | 135 | 27 | 55 |
| Binary | 1110000 | 10001101 | 1011000 | 10101 | 0 | 100110 | 101101 | 1011101 | 10111 | 101101 |
Color Harmonies of #708D58
Complementary color
Monochromatic Colors of #708D58
Black with #708D58
Text Example
Text Example
White with #708D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D58; }
p { color: rgb(112,141,88); }
H1.HeaderClassName
{
color: #708D58;
}
.AnyTagClassName
{
color: #708D58;
}
</style>
background-color css
<style>
a { background-color: #708D58; }
a { background-color: rgb(112,141,88); }
div.DivClassName
{
background-color: #708D58;
}
.BgClassName
{
background-color: #708D58;
}
</style>
border-color css
<style>
span { border-color: #708D58; }
span { border-color: rgb(112,141,88); }
td.TdClassName
{
border-color: #708D58;
}
.TagClassName
{
border-color: #708D58;
}
</style>