Shades of Highland #708F51
Tints of Highland #708F51
RGB
CMYK
RGB Variations
Color information
#708F51 (or 0x708F51) is known color: Highland. HEX triplet: 70, 8F and 51. RGB value is (112,143,81). Sum of RGB (Red+Green+Blue) = 112+143+81=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #708F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F51 is #8F70AE. Grayscale: #7E7E7E. Windows color (decimal): -9400495 or 5345136. OLE color: 5345136.
HSL color Cylindrical-coordinate representation of color #708F51: hue angle of 90º degrees, saturation: 0.28, 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 #708F51 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 81 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.44 |
| HSL | 90º | 0.28% | 0.44% | - |
| HSV(B) | 90º | 0.43% | 0.56% | - |
| XYZ | 17.99 | 23.68 | 11.41 | - |
| YUV | 126.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 81 | 0.22 | 0 | 0.43 | 0.44 | 90 | 0.28 | 0.44 |
| Hex | 70 | 8F | 51 | 16 | 0 | 2B | 2C | 5A | 1C | 2C |
| Octal | 160 | 217 | 121 | 26 | 0 | 53 | 54 | 132 | 34 | 54 |
| Binary | 1110000 | 10001111 | 1010001 | 10110 | 0 | 101011 | 101100 | 1011010 | 11100 | 101100 |
Color Harmonies of #708F51
Complementary color
Monochromatic Colors of #708F51
Black with #708F51
Text Example
Text Example
White with #708F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F51; }
p { color: rgb(112,143,81); }
H1.HeaderClassName
{
color: #708F51;
}
.AnyTagClassName
{
color: #708F51;
}
</style>
background-color css
<style>
a { background-color: #708F51; }
a { background-color: rgb(112,143,81); }
div.DivClassName
{
background-color: #708F51;
}
.BgClassName
{
background-color: #708F51;
}
</style>
border-color css
<style>
span { border-color: #708F51; }
span { border-color: rgb(112,143,81); }
td.TdClassName
{
border-color: #708F51;
}
.TagClassName
{
border-color: #708F51;
}
</style>