Shades of Highland #718D58
Tints of Highland #718D58
RGB
CMYK
RGB Variations
Color information
#718D58 (or 0x718D58) is known color: Highland. HEX triplet: 71, 8D and 58. RGB value is (113,141,88). Sum of RGB (Red+Green+Blue) = 113+141+88=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #718D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D58 is #8E72A7. Grayscale: #7E7E7E. Windows color (decimal): -9335464 or 5803377. OLE color: 5803377.
HSL color Cylindrical-coordinate representation of color #718D58: hue angle of 91.7º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #718D58 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 88 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.45 |
| HSL | 91.7º | 0.23% | 0.45% | - |
| HSV(B) | 91.7º | 0.38% | 0.55% | - |
| XYZ | 18.1 | 23.27 | 12.77 | - |
| YUV | 126.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 88 | 0.20 | 0 | 0.38 | 0.45 | 91.7 | 0.23 | 0.45 |
| Hex | 71 | 8D | 58 | 14 | 0 | 26 | 2D | 5C | 17 | 2D |
| Octal | 161 | 215 | 130 | 24 | 0 | 46 | 55 | 134 | 27 | 55 |
| Binary | 1110001 | 10001101 | 1011000 | 10100 | 0 | 100110 | 101101 | 1011100 | 10111 | 101101 |
Color Harmonies of #718D58
Complementary color
Monochromatic Colors of #718D58
Black with #718D58
Text Example
Text Example
White with #718D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D58; }
p { color: rgb(113,141,88); }
H1.HeaderClassName
{
color: #718D58;
}
.AnyTagClassName
{
color: #718D58;
}
</style>
background-color css
<style>
a { background-color: #718D58; }
a { background-color: rgb(113,141,88); }
div.DivClassName
{
background-color: #718D58;
}
.BgClassName
{
background-color: #718D58;
}
</style>
border-color css
<style>
span { border-color: #718D58; }
span { border-color: rgb(113,141,88); }
td.TdClassName
{
border-color: #718D58;
}
.TagClassName
{
border-color: #718D58;
}
</style>