Shades of Highland #708F5F
Tints of Highland #708F5F
RGB
CMYK
RGB Variations
Color information
#708F5F (or 0x708F5F) is known color: Highland. HEX triplet: 70, 8F and 5F. RGB value is (112,143,95). Sum of RGB (Red+Green+Blue) = 112+143+95=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #708F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F5F is #8F70A0. Grayscale: #808080. Windows color (decimal): -9400481 or 6262640. OLE color: 6262640.
HSL color Cylindrical-coordinate representation of color #708F5F: hue angle of 98.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708F5F is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 95 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.44 |
| HSL | 98.75º | 0.2% | 0.47% | - |
| HSV(B) | 98.75º | 0.34% | 0.56% | - |
| XYZ | 18.57 | 23.92 | 14.46 | - |
| YUV | 128.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 95 | 0.22 | 0 | 0.34 | 0.44 | 98.75 | 0.2 | 0.47 |
| Hex | 70 | 8F | 5F | 16 | 0 | 22 | 2C | 63 | 14 | 2F |
| Octal | 160 | 217 | 137 | 26 | 0 | 42 | 54 | 143 | 24 | 57 |
| Binary | 1110000 | 10001111 | 1011111 | 10110 | 0 | 100010 | 101100 | 1100011 | 10100 | 101111 |
Color Harmonies of #708F5F
Complementary color
Monochromatic Colors of #708F5F
Black with #708F5F
Text Example
Text Example
White with #708F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F5F; }
p { color: rgb(112,143,95); }
H1.HeaderClassName
{
color: #708F5F;
}
.AnyTagClassName
{
color: #708F5F;
}
</style>
background-color css
<style>
a { background-color: #708F5F; }
a { background-color: rgb(112,143,95); }
div.DivClassName
{
background-color: #708F5F;
}
.BgClassName
{
background-color: #708F5F;
}
</style>
border-color css
<style>
span { border-color: #708F5F; }
span { border-color: rgb(112,143,95); }
td.TdClassName
{
border-color: #708F5F;
}
.TagClassName
{
border-color: #708F5F;
}
</style>