Shades of Highland #708C58
Tints of Highland #708C58
RGB
CMYK
RGB Variations
Color information
#708C58 (or 0x708C58) is known color: Highland. HEX triplet: 70, 8C and 58. RGB value is (112,140,88). Sum of RGB (Red+Green+Blue) = 112+140+88=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #708C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C58 is #8F73A7. Grayscale: #7D7D7D. Windows color (decimal): -9401256 or 5803120. OLE color: 5803120.
HSL color Cylindrical-coordinate representation of color #708C58: hue angle of 92.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708C58 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 88 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.45 |
| HSL | 92.31º | 0.23% | 0.45% | - |
| HSV(B) | 92.31º | 0.37% | 0.55% | - |
| XYZ | 17.82 | 22.91 | 12.71 | - |
| YUV | 125.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 88 | 0.20 | 0 | 0.37 | 0.45 | 92.31 | 0.23 | 0.45 |
| Hex | 70 | 8C | 58 | 14 | 0 | 25 | 2D | 5C | 17 | 2D |
| Octal | 160 | 214 | 130 | 24 | 0 | 45 | 55 | 134 | 27 | 55 |
| Binary | 1110000 | 10001100 | 1011000 | 10100 | 0 | 100101 | 101101 | 1011100 | 10111 | 101101 |
Color Harmonies of #708C58
Complementary color
Monochromatic Colors of #708C58
Black with #708C58
Text Example
Text Example
White with #708C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C58; }
p { color: rgb(112,140,88); }
H1.HeaderClassName
{
color: #708C58;
}
.AnyTagClassName
{
color: #708C58;
}
</style>
background-color css
<style>
a { background-color: #708C58; }
a { background-color: rgb(112,140,88); }
div.DivClassName
{
background-color: #708C58;
}
.BgClassName
{
background-color: #708C58;
}
</style>
border-color css
<style>
span { border-color: #708C58; }
span { border-color: rgb(112,140,88); }
td.TdClassName
{
border-color: #708C58;
}
.TagClassName
{
border-color: #708C58;
}
</style>