Shades of Highland #718E61
Tints of Highland #718E61
RGB
CMYK
RGB Variations
Color information
#718E61 (or 0x718E61) is known color: Highland. HEX triplet: 71, 8E and 61. RGB value is (113,142,97). Sum of RGB (Red+Green+Blue) = 113+142+97=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #718E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E61 is #8E719E. Grayscale: #808080. Windows color (decimal): -9335199 or 6393457. OLE color: 6393457.
HSL color Cylindrical-coordinate representation of color #718E61: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #718E61 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 97 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.44 |
| HSL | 98.67º | 0.19% | 0.47% | - |
| HSV(B) | 98.67º | 0.32% | 0.56% | - |
| XYZ | 18.64 | 23.72 | 14.91 | - |
| YUV | 128.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 97 | 0.20 | 0 | 0.32 | 0.44 | 98.67 | 0.19 | 0.47 |
| Hex | 71 | 8E | 61 | 14 | 0 | 20 | 2C | 63 | 13 | 2F |
| Octal | 161 | 216 | 141 | 24 | 0 | 40 | 54 | 143 | 23 | 57 |
| Binary | 1110001 | 10001110 | 1100001 | 10100 | 0 | 100000 | 101100 | 1100011 | 10011 | 101111 |
Color Harmonies of #718E61
Complementary color
Monochromatic Colors of #718E61
Black with #718E61
Text Example
Text Example
White with #718E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E61; }
p { color: rgb(113,142,97); }
H1.HeaderClassName
{
color: #718E61;
}
.AnyTagClassName
{
color: #718E61;
}
</style>
background-color css
<style>
a { background-color: #718E61; }
a { background-color: rgb(113,142,97); }
div.DivClassName
{
background-color: #718E61;
}
.BgClassName
{
background-color: #718E61;
}
</style>
border-color css
<style>
span { border-color: #718E61; }
span { border-color: rgb(113,142,97); }
td.TdClassName
{
border-color: #718E61;
}
.TagClassName
{
border-color: #718E61;
}
</style>