Shades of Highland #708A5C
Tints of Highland #708A5C
RGB
CMYK
RGB Variations
Color information
#708A5C (or 0x708A5C) is known color: Highland. HEX triplet: 70, 8A and 5C. RGB value is (112,138,92). Sum of RGB (Red+Green+Blue) = 112+138+92=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #708A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A5C is #8F75A3. Grayscale: #7D7D7D. Windows color (decimal): -9401764 or 6064752. OLE color: 6064752.
HSL color Cylindrical-coordinate representation of color #708A5C: hue angle of 93.91º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #708A5C is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 92 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.46 |
| HSL | 93.91º | 0.2% | 0.45% | - |
| HSV(B) | 93.91º | 0.33% | 0.54% | - |
| XYZ | 17.7 | 22.39 | 13.51 | - |
| YUV | 124.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 92 | 0.19 | 0 | 0.33 | 0.46 | 93.91 | 0.2 | 0.45 |
| Hex | 70 | 8A | 5C | 13 | 0 | 21 | 2E | 5E | 14 | 2D |
| Octal | 160 | 212 | 134 | 23 | 0 | 41 | 56 | 136 | 24 | 55 |
| Binary | 1110000 | 10001010 | 1011100 | 10011 | 0 | 100001 | 101110 | 1011110 | 10100 | 101101 |
Color Harmonies of #708A5C
Complementary color
Monochromatic Colors of #708A5C
Black with #708A5C
Text Example
Text Example
White with #708A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A5C; }
p { color: rgb(112,138,92); }
H1.HeaderClassName
{
color: #708A5C;
}
.AnyTagClassName
{
color: #708A5C;
}
</style>
background-color css
<style>
a { background-color: #708A5C; }
a { background-color: rgb(112,138,92); }
div.DivClassName
{
background-color: #708A5C;
}
.BgClassName
{
background-color: #708A5C;
}
</style>
border-color css
<style>
span { border-color: #708A5C; }
span { border-color: rgb(112,138,92); }
td.TdClassName
{
border-color: #708A5C;
}
.TagClassName
{
border-color: #708A5C;
}
</style>