Shades of Highland #708B5C
Tints of Highland #708B5C
RGB
CMYK
RGB Variations
Color information
#708B5C (or 0x708B5C) is known color: Highland. HEX triplet: 70, 8B and 5C. RGB value is (112,139,92). Sum of RGB (Red+Green+Blue) = 112+139+92=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #708B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B5C is #8F74A3. Grayscale: #7D7D7D. Windows color (decimal): -9401508 or 6065008. OLE color: 6065008.
HSL color Cylindrical-coordinate representation of color #708B5C: hue angle of 94.47º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #708B5C is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 92 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.45 |
| HSL | 94.47º | 0.2% | 0.45% | - |
| HSV(B) | 94.47º | 0.34% | 0.55% | - |
| XYZ | 17.85 | 22.68 | 13.56 | - |
| YUV | 125.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 92 | 0.19 | 0 | 0.34 | 0.45 | 94.47 | 0.2 | 0.45 |
| Hex | 70 | 8B | 5C | 13 | 0 | 22 | 2D | 5E | 14 | 2D |
| Octal | 160 | 213 | 134 | 23 | 0 | 42 | 55 | 136 | 24 | 55 |
| Binary | 1110000 | 10001011 | 1011100 | 10011 | 0 | 100010 | 101101 | 1011110 | 10100 | 101101 |
Color Harmonies of #708B5C
Complementary color
Monochromatic Colors of #708B5C
Black with #708B5C
Text Example
Text Example
White with #708B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B5C; }
p { color: rgb(112,139,92); }
H1.HeaderClassName
{
color: #708B5C;
}
.AnyTagClassName
{
color: #708B5C;
}
</style>
background-color css
<style>
a { background-color: #708B5C; }
a { background-color: rgb(112,139,92); }
div.DivClassName
{
background-color: #708B5C;
}
.BgClassName
{
background-color: #708B5C;
}
</style>
border-color css
<style>
span { border-color: #708B5C; }
span { border-color: rgb(112,139,92); }
td.TdClassName
{
border-color: #708B5C;
}
.TagClassName
{
border-color: #708B5C;
}
</style>