Shades of Highland #708C59
Tints of Highland #708C59
RGB
CMYK
RGB Variations
Color information
#708C59 (or 0x708C59) is known color: Highland. HEX triplet: 70, 8C and 59. RGB value is (112,140,89). Sum of RGB (Red+Green+Blue) = 112+140+89=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #708C59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C59 is #8F73A6. Grayscale: #7D7D7D. Windows color (decimal): -9401255 or 5868656. OLE color: 5868656.
HSL color Cylindrical-coordinate representation of color #708C59: hue angle of 92.94º 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 #708C59 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 89 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.45 |
| HSL | 92.94º | 0.22% | 0.45% | - |
| HSV(B) | 92.94º | 0.36% | 0.55% | - |
| XYZ | 17.86 | 22.92 | 12.93 | - |
| YUV | 125.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 89 | 0.20 | 0 | 0.36 | 0.45 | 92.94 | 0.22 | 0.45 |
| Hex | 70 | 8C | 59 | 14 | 0 | 24 | 2D | 5D | 16 | 2D |
| Octal | 160 | 214 | 131 | 24 | 0 | 44 | 55 | 135 | 26 | 55 |
| Binary | 1110000 | 10001100 | 1011001 | 10100 | 0 | 100100 | 101101 | 1011101 | 10110 | 101101 |
Color Harmonies of #708C59
Complementary color
Monochromatic Colors of #708C59
Black with #708C59
Text Example
Text Example
White with #708C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C59; }
p { color: rgb(112,140,89); }
H1.HeaderClassName
{
color: #708C59;
}
.AnyTagClassName
{
color: #708C59;
}
</style>
background-color css
<style>
a { background-color: #708C59; }
a { background-color: rgb(112,140,89); }
div.DivClassName
{
background-color: #708C59;
}
.BgClassName
{
background-color: #708C59;
}
</style>
border-color css
<style>
span { border-color: #708C59; }
span { border-color: rgb(112,140,89); }
td.TdClassName
{
border-color: #708C59;
}
.TagClassName
{
border-color: #708C59;
}
</style>