Shades of Highland #708A5E
Tints of Highland #708A5E
RGB
CMYK
RGB Variations
Color information
#708A5E (or 0x708A5E) is known color: Highland. HEX triplet: 70, 8A and 5E. RGB value is (112,138,94). Sum of RGB (Red+Green+Blue) = 112+138+94=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #708A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A5E is #8F75A1. Grayscale: #7D7D7D. Windows color (decimal): -9401762 or 6195824. OLE color: 6195824.
HSL color Cylindrical-coordinate representation of color #708A5E: hue angle of 95.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708A5E is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 94 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.46 |
| HSL | 95.45º | 0.19% | 0.45% | - |
| HSV(B) | 95.45º | 0.32% | 0.54% | - |
| XYZ | 17.79 | 22.43 | 13.98 | - |
| YUV | 125.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 94 | 0.19 | 0 | 0.32 | 0.46 | 95.45 | 0.19 | 0.45 |
| Hex | 70 | 8A | 5E | 13 | 0 | 20 | 2E | 5F | 13 | 2D |
| Octal | 160 | 212 | 136 | 23 | 0 | 40 | 56 | 137 | 23 | 55 |
| Binary | 1110000 | 10001010 | 1011110 | 10011 | 0 | 100000 | 101110 | 1011111 | 10011 | 101101 |
Color Harmonies of #708A5E
Complementary color
Monochromatic Colors of #708A5E
Black with #708A5E
Text Example
Text Example
White with #708A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A5E; }
p { color: rgb(112,138,94); }
H1.HeaderClassName
{
color: #708A5E;
}
.AnyTagClassName
{
color: #708A5E;
}
</style>
background-color css
<style>
a { background-color: #708A5E; }
a { background-color: rgb(112,138,94); }
div.DivClassName
{
background-color: #708A5E;
}
.BgClassName
{
background-color: #708A5E;
}
</style>
border-color css
<style>
span { border-color: #708A5E; }
span { border-color: rgb(112,138,94); }
td.TdClassName
{
border-color: #708A5E;
}
.TagClassName
{
border-color: #708A5E;
}
</style>