Shades of Highland #708C52
Tints of Highland #708C52
RGB
CMYK
RGB Variations
Color information
#708C52 (or 0x708C52) is known color: Highland. HEX triplet: 70, 8C and 52. RGB value is (112,140,82). Sum of RGB (Red+Green+Blue) = 112+140+82=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 140 - color contains mainly: green. Hex color #708C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C52 is #8F73AD. Grayscale: #7D7D7D. Windows color (decimal): -9401262 or 5409904. OLE color: 5409904.
HSL color Cylindrical-coordinate representation of color #708C52: hue angle of 88.97º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708C52 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 82 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.45 |
| HSL | 88.97º | 0.26% | 0.44% | - |
| HSV(B) | 88.97º | 0.41% | 0.55% | - |
| XYZ | 17.58 | 22.81 | 11.46 | - |
| YUV | 125.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 82 | 0.20 | 0 | 0.41 | 0.45 | 88.97 | 0.26 | 0.44 |
| Hex | 70 | 8C | 52 | 14 | 0 | 29 | 2D | 59 | 1A | 2C |
| Octal | 160 | 214 | 122 | 24 | 0 | 51 | 55 | 131 | 32 | 54 |
| Binary | 1110000 | 10001100 | 1010010 | 10100 | 0 | 101001 | 101101 | 1011001 | 11010 | 101100 |
Color Harmonies of #708C52
Complementary color
Monochromatic Colors of #708C52
Black with #708C52
Text Example
Text Example
White with #708C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C52; }
p { color: rgb(112,140,82); }
H1.HeaderClassName
{
color: #708C52;
}
.AnyTagClassName
{
color: #708C52;
}
</style>
background-color css
<style>
a { background-color: #708C52; }
a { background-color: rgb(112,140,82); }
div.DivClassName
{
background-color: #708C52;
}
.BgClassName
{
background-color: #708C52;
}
</style>
border-color css
<style>
span { border-color: #708C52; }
span { border-color: rgb(112,140,82); }
td.TdClassName
{
border-color: #708C52;
}
.TagClassName
{
border-color: #708C52;
}
</style>