Shades of Highland #708C5A
Tints of Highland #708C5A
RGB
CMYK
RGB Variations
Color information
#708C5A (or 0x708C5A) is known color: Highland. HEX triplet: 70, 8C and 5A. RGB value is (112,140,90). Sum of RGB (Red+Green+Blue) = 112+140+90=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #708C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C5A is #8F73A5. Grayscale: #7E7E7E. Windows color (decimal): -9401254 or 5934192. OLE color: 5934192.
HSL color Cylindrical-coordinate representation of color #708C5A: hue angle of 93.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708C5A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 90 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.45 |
| HSL | 93.6º | 0.22% | 0.45% | - |
| HSV(B) | 93.6º | 0.36% | 0.55% | - |
| XYZ | 17.91 | 22.94 | 13.16 | - |
| YUV | 125.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 90 | 0.20 | 0 | 0.36 | 0.45 | 93.6 | 0.22 | 0.45 |
| Hex | 70 | 8C | 5A | 14 | 0 | 24 | 2D | 5E | 16 | 2D |
| Octal | 160 | 214 | 132 | 24 | 0 | 44 | 55 | 136 | 26 | 55 |
| Binary | 1110000 | 10001100 | 1011010 | 10100 | 0 | 100100 | 101101 | 1011110 | 10110 | 101101 |
Color Harmonies of #708C5A
Complementary color
Monochromatic Colors of #708C5A
Black with #708C5A
Text Example
Text Example
White with #708C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C5A; }
p { color: rgb(112,140,90); }
H1.HeaderClassName
{
color: #708C5A;
}
.AnyTagClassName
{
color: #708C5A;
}
</style>
background-color css
<style>
a { background-color: #708C5A; }
a { background-color: rgb(112,140,90); }
div.DivClassName
{
background-color: #708C5A;
}
.BgClassName
{
background-color: #708C5A;
}
</style>
border-color css
<style>
span { border-color: #708C5A; }
span { border-color: rgb(112,140,90); }
td.TdClassName
{
border-color: #708C5A;
}
.TagClassName
{
border-color: #708C5A;
}
</style>