Shades of Highland #708C5C
Tints of Highland #708C5C
RGB
CMYK
RGB Variations
Color information
#708C5C (or 0x708C5C) is known color: Highland. HEX triplet: 70, 8C and 5C. RGB value is (112,140,92). Sum of RGB (Red+Green+Blue) = 112+140+92=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #708C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C5C is #8F73A3. Grayscale: #7E7E7E. Windows color (decimal): -9401252 or 6065264. OLE color: 6065264.
HSL color Cylindrical-coordinate representation of color #708C5C: hue angle of 95º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708C5C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 92 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.45 |
| HSL | 95º | 0.21% | 0.45% | - |
| HSV(B) | 95º | 0.34% | 0.55% | - |
| XYZ | 17.99 | 22.97 | 13.61 | - |
| YUV | 126.16 | 108.72 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 92 | 0.20 | 0 | 0.34 | 0.45 | 95 | 0.21 | 0.45 |
| Hex | 70 | 8C | 5C | 14 | 0 | 22 | 2D | 5F | 15 | 2D |
| Octal | 160 | 214 | 134 | 24 | 0 | 42 | 55 | 137 | 25 | 55 |
| Binary | 1110000 | 10001100 | 1011100 | 10100 | 0 | 100010 | 101101 | 1011111 | 10101 | 101101 |
Color Harmonies of #708C5C
Complementary color
Monochromatic Colors of #708C5C
Black with #708C5C
Text Example
Text Example
White with #708C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C5C; }
p { color: rgb(112,140,92); }
H1.HeaderClassName
{
color: #708C5C;
}
.AnyTagClassName
{
color: #708C5C;
}
</style>
background-color css
<style>
a { background-color: #708C5C; }
a { background-color: rgb(112,140,92); }
div.DivClassName
{
background-color: #708C5C;
}
.BgClassName
{
background-color: #708C5C;
}
</style>
border-color css
<style>
span { border-color: #708C5C; }
span { border-color: rgb(112,140,92); }
td.TdClassName
{
border-color: #708C5C;
}
.TagClassName
{
border-color: #708C5C;
}
</style>