Shades of Highland #708A5F
Tints of Highland #708A5F
RGB
CMYK
RGB Variations
Color information
#708A5F (or 0x708A5F) is known color: Highland. HEX triplet: 70, 8A and 5F. RGB value is (112,138,95). Sum of RGB (Red+Green+Blue) = 112+138+95=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #708A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A5F is #8F75A0. Grayscale: #7D7D7D. Windows color (decimal): -9401761 or 6261360. OLE color: 6261360.
HSL color Cylindrical-coordinate representation of color #708A5F: hue angle of 96.28º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #708A5F is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 95 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.46 |
| HSL | 96.28º | 0.18% | 0.46% | - |
| HSV(B) | 96.28º | 0.31% | 0.54% | - |
| XYZ | 17.84 | 22.45 | 14.22 | - |
| YUV | 125.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 95 | 0.19 | 0 | 0.31 | 0.46 | 96.28 | 0.18 | 0.46 |
| Hex | 70 | 8A | 5F | 13 | 0 | 1F | 2E | 60 | 12 | 2E |
| Octal | 160 | 212 | 137 | 23 | 0 | 37 | 56 | 140 | 22 | 56 |
| Binary | 1110000 | 10001010 | 1011111 | 10011 | 0 | 11111 | 101110 | 1100000 | 10010 | 101110 |
Color Harmonies of #708A5F
Complementary color
Monochromatic Colors of #708A5F
Black with #708A5F
Text Example
Text Example
White with #708A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A5F; }
p { color: rgb(112,138,95); }
H1.HeaderClassName
{
color: #708A5F;
}
.AnyTagClassName
{
color: #708A5F;
}
</style>
background-color css
<style>
a { background-color: #708A5F; }
a { background-color: rgb(112,138,95); }
div.DivClassName
{
background-color: #708A5F;
}
.BgClassName
{
background-color: #708A5F;
}
</style>
border-color css
<style>
span { border-color: #708A5F; }
span { border-color: rgb(112,138,95); }
td.TdClassName
{
border-color: #708A5F;
}
.TagClassName
{
border-color: #708A5F;
}
</style>