Shades of Highland #718B57
Tints of Highland #718B57
RGB
CMYK
RGB Variations
Color information
#718B57 (or 0x718B57) is known color: Highland. HEX triplet: 71, 8B and 57. RGB value is (113,139,87). Sum of RGB (Red+Green+Blue) = 113+139+87=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #718B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B57 is #8E74A8. Grayscale: #7D7D7D. Windows color (decimal): -9335977 or 5737329. OLE color: 5737329.
HSL color Cylindrical-coordinate representation of color #718B57: hue angle of 90º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #718B57 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 87 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.45 |
| HSL | 90º | 0.23% | 0.44% | - |
| HSV(B) | 90º | 0.37% | 0.55% | - |
| XYZ | 17.76 | 22.66 | 12.46 | - |
| YUV | 125.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 87 | 0.19 | 0 | 0.37 | 0.45 | 90 | 0.23 | 0.44 |
| Hex | 71 | 8B | 57 | 13 | 0 | 25 | 2D | 5A | 17 | 2C |
| Octal | 161 | 213 | 127 | 23 | 0 | 45 | 55 | 132 | 27 | 54 |
| Binary | 1110001 | 10001011 | 1010111 | 10011 | 0 | 100101 | 101101 | 1011010 | 10111 | 101100 |
Color Harmonies of #718B57
Complementary color
Monochromatic Colors of #718B57
Black with #718B57
Text Example
Text Example
White with #718B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B57; }
p { color: rgb(113,139,87); }
H1.HeaderClassName
{
color: #718B57;
}
.AnyTagClassName
{
color: #718B57;
}
</style>
background-color css
<style>
a { background-color: #718B57; }
a { background-color: rgb(113,139,87); }
div.DivClassName
{
background-color: #718B57;
}
.BgClassName
{
background-color: #718B57;
}
</style>
border-color css
<style>
span { border-color: #718B57; }
span { border-color: rgb(113,139,87); }
td.TdClassName
{
border-color: #718B57;
}
.TagClassName
{
border-color: #718B57;
}
</style>