Shades of Highland #718D52
Tints of Highland #718D52
RGB
CMYK
RGB Variations
Color information
#718D52 (or 0x718D52) is known color: Highland. HEX triplet: 71, 8D and 52. RGB value is (113,141,82). Sum of RGB (Red+Green+Blue) = 113+141+82=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #718D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D52 is #8E72AD. Grayscale: #7E7E7E. Windows color (decimal): -9335470 or 5410161. OLE color: 5410161.
HSL color Cylindrical-coordinate representation of color #718D52: hue angle of 88.47º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #718D52 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 82 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.45 |
| HSL | 88.47º | 0.26% | 0.44% | - |
| HSV(B) | 88.47º | 0.42% | 0.55% | - |
| XYZ | 17.86 | 23.17 | 11.51 | - |
| YUV | 125.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 82 | 0.20 | 0 | 0.42 | 0.45 | 88.47 | 0.26 | 0.44 |
| Hex | 71 | 8D | 52 | 14 | 0 | 2A | 2D | 58 | 1A | 2C |
| Octal | 161 | 215 | 122 | 24 | 0 | 52 | 55 | 130 | 32 | 54 |
| Binary | 1110001 | 10001101 | 1010010 | 10100 | 0 | 101010 | 101101 | 1011000 | 11010 | 101100 |
Color Harmonies of #718D52
Complementary color
Monochromatic Colors of #718D52
Black with #718D52
Text Example
Text Example
White with #718D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D52; }
p { color: rgb(113,141,82); }
H1.HeaderClassName
{
color: #718D52;
}
.AnyTagClassName
{
color: #718D52;
}
</style>
background-color css
<style>
a { background-color: #718D52; }
a { background-color: rgb(113,141,82); }
div.DivClassName
{
background-color: #718D52;
}
.BgClassName
{
background-color: #718D52;
}
</style>
border-color css
<style>
span { border-color: #718D52; }
span { border-color: rgb(113,141,82); }
td.TdClassName
{
border-color: #718D52;
}
.TagClassName
{
border-color: #718D52;
}
</style>