Shades of Highland #708F52
Tints of Highland #708F52
RGB
CMYK
RGB Variations
Color information
#708F52 (or 0x708F52) is known color: Highland. HEX triplet: 70, 8F and 52. RGB value is (112,143,82). Sum of RGB (Red+Green+Blue) = 112+143+82=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 143 - color contains mainly: green. Hex color #708F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F52 is #8F70AD. Grayscale: #7E7E7E. Windows color (decimal): -9400494 or 5410672. OLE color: 5410672.
HSL color Cylindrical-coordinate representation of color #708F52: hue angle of 90.49º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #708F52 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 82 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.44 |
| HSL | 90.49º | 0.27% | 0.44% | - |
| HSV(B) | 90.49º | 0.43% | 0.56% | - |
| XYZ | 18.03 | 23.7 | 11.61 | - |
| YUV | 126.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 82 | 0.22 | 0 | 0.43 | 0.44 | 90.49 | 0.27 | 0.44 |
| Hex | 70 | 8F | 52 | 16 | 0 | 2B | 2C | 5A | 1B | 2C |
| Octal | 160 | 217 | 122 | 26 | 0 | 53 | 54 | 132 | 33 | 54 |
| Binary | 1110000 | 10001111 | 1010010 | 10110 | 0 | 101011 | 101100 | 1011010 | 11011 | 101100 |
Color Harmonies of #708F52
Complementary color
Monochromatic Colors of #708F52
Black with #708F52
Text Example
Text Example
White with #708F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F52; }
p { color: rgb(112,143,82); }
H1.HeaderClassName
{
color: #708F52;
}
.AnyTagClassName
{
color: #708F52;
}
</style>
background-color css
<style>
a { background-color: #708F52; }
a { background-color: rgb(112,143,82); }
div.DivClassName
{
background-color: #708F52;
}
.BgClassName
{
background-color: #708F52;
}
</style>
border-color css
<style>
span { border-color: #708F52; }
span { border-color: rgb(112,143,82); }
td.TdClassName
{
border-color: #708F52;
}
.TagClassName
{
border-color: #708F52;
}
</style>