Shades of Highland #718D5B
Tints of Highland #718D5B
RGB
CMYK
RGB Variations
Color information
#718D5B (or 0x718D5B) is known color: Highland. HEX triplet: 71, 8D and 5B. RGB value is (113,141,91). Sum of RGB (Red+Green+Blue) = 113+141+91=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #718D5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D5B is #8E72A4. Grayscale: #7F7F7F. Windows color (decimal): -9335461 or 5999985. OLE color: 5999985.
HSL color Cylindrical-coordinate representation of color #718D5B: hue angle of 93.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718D5B is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 91 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.45 |
| HSL | 93.6º | 0.22% | 0.45% | - |
| HSV(B) | 93.6º | 0.35% | 0.55% | - |
| XYZ | 18.22 | 23.32 | 13.44 | - |
| YUV | 126.93 | 107.72 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 91 | 0.20 | 0 | 0.35 | 0.45 | 93.6 | 0.22 | 0.45 |
| Hex | 71 | 8D | 5B | 14 | 0 | 23 | 2D | 5E | 16 | 2D |
| Octal | 161 | 215 | 133 | 24 | 0 | 43 | 55 | 136 | 26 | 55 |
| Binary | 1110001 | 10001101 | 1011011 | 10100 | 0 | 100011 | 101101 | 1011110 | 10110 | 101101 |
Color Harmonies of #718D5B
Complementary color
Monochromatic Colors of #718D5B
Black with #718D5B
Text Example
Text Example
White with #718D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D5B; }
p { color: rgb(113,141,91); }
H1.HeaderClassName
{
color: #718D5B;
}
.AnyTagClassName
{
color: #718D5B;
}
</style>
background-color css
<style>
a { background-color: #718D5B; }
a { background-color: rgb(113,141,91); }
div.DivClassName
{
background-color: #718D5B;
}
.BgClassName
{
background-color: #718D5B;
}
</style>
border-color css
<style>
span { border-color: #718D5B; }
span { border-color: rgb(113,141,91); }
td.TdClassName
{
border-color: #718D5B;
}
.TagClassName
{
border-color: #718D5B;
}
</style>