Shades of Highland #708E53
Tints of Highland #708E53
RGB
CMYK
RGB Variations
Color information
#708E53 (or 0x708E53) is known color: Highland. HEX triplet: 70, 8E and 53. RGB value is (112,142,83). Sum of RGB (Red+Green+Blue) = 112+142+83=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #708E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E53 is #8F71AC. Grayscale: #7E7E7E. Windows color (decimal): -9400749 or 5475952. OLE color: 5475952.
HSL color Cylindrical-coordinate representation of color #708E53: hue angle of 90.51º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #708E53 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 83 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.44 |
| HSL | 90.51º | 0.26% | 0.44% | - |
| HSV(B) | 90.51º | 0.42% | 0.56% | - |
| XYZ | 17.92 | 23.42 | 11.76 | - |
| YUV | 126.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 83 | 0.21 | 0 | 0.42 | 0.44 | 90.51 | 0.26 | 0.44 |
| Hex | 70 | 8E | 53 | 15 | 0 | 2A | 2C | 5B | 1A | 2C |
| Octal | 160 | 216 | 123 | 25 | 0 | 52 | 54 | 133 | 32 | 54 |
| Binary | 1110000 | 10001110 | 1010011 | 10101 | 0 | 101010 | 101100 | 1011011 | 11010 | 101100 |
Color Harmonies of #708E53
Complementary color
Monochromatic Colors of #708E53
Black with #708E53
Text Example
Text Example
White with #708E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E53; }
p { color: rgb(112,142,83); }
H1.HeaderClassName
{
color: #708E53;
}
.AnyTagClassName
{
color: #708E53;
}
</style>
background-color css
<style>
a { background-color: #708E53; }
a { background-color: rgb(112,142,83); }
div.DivClassName
{
background-color: #708E53;
}
.BgClassName
{
background-color: #708E53;
}
</style>
border-color css
<style>
span { border-color: #708E53; }
span { border-color: rgb(112,142,83); }
td.TdClassName
{
border-color: #708E53;
}
.TagClassName
{
border-color: #708E53;
}
</style>