Shades of Highland #718D54
Tints of Highland #718D54
RGB
CMYK
RGB Variations
Color information
#718D54 (or 0x718D54) is known color: Highland. HEX triplet: 71, 8D and 54. RGB value is (113,141,84). Sum of RGB (Red+Green+Blue) = 113+141+84=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #718D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D54 is #8E72AB. Grayscale: #7E7E7E. Windows color (decimal): -9335468 or 5541233. OLE color: 5541233.
HSL color Cylindrical-coordinate representation of color #718D54: hue angle of 89.47º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718D54 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 84 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.45 |
| HSL | 89.47º | 0.25% | 0.44% | - |
| HSV(B) | 89.47º | 0.4% | 0.55% | - |
| XYZ | 17.94 | 23.2 | 11.92 | - |
| YUV | 126.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 84 | 0.20 | 0 | 0.40 | 0.45 | 89.47 | 0.25 | 0.44 |
| Hex | 71 | 8D | 54 | 14 | 0 | 28 | 2D | 59 | 19 | 2C |
| Octal | 161 | 215 | 124 | 24 | 0 | 50 | 55 | 131 | 31 | 54 |
| Binary | 1110001 | 10001101 | 1010100 | 10100 | 0 | 101000 | 101101 | 1011001 | 11001 | 101100 |
Color Harmonies of #718D54
Complementary color
Monochromatic Colors of #718D54
Black with #718D54
Text Example
Text Example
White with #718D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D54; }
p { color: rgb(113,141,84); }
H1.HeaderClassName
{
color: #718D54;
}
.AnyTagClassName
{
color: #718D54;
}
</style>
background-color css
<style>
a { background-color: #718D54; }
a { background-color: rgb(113,141,84); }
div.DivClassName
{
background-color: #718D54;
}
.BgClassName
{
background-color: #718D54;
}
</style>
border-color css
<style>
span { border-color: #718D54; }
span { border-color: rgb(113,141,84); }
td.TdClassName
{
border-color: #718D54;
}
.TagClassName
{
border-color: #718D54;
}
</style>