Shades of Highland #718F55
Tints of Highland #718F55
RGB
CMYK
RGB Variations
Color information
#718F55 (or 0x718F55) is known color: Highland. HEX triplet: 71, 8F and 55. RGB value is (113,143,85). Sum of RGB (Red+Green+Blue) = 113+143+85=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #718F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F55 is #8E70AA. Grayscale: #7F7F7F. Windows color (decimal): -9334955 or 5607281. OLE color: 5607281.
HSL color Cylindrical-coordinate representation of color #718F55: hue angle of 91.03º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718F55 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 85 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.44 |
| HSL | 91.03º | 0.25% | 0.45% | - |
| HSV(B) | 91.03º | 0.41% | 0.56% | - |
| XYZ | 18.27 | 23.81 | 12.23 | - |
| YUV | 127.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 85 | 0.21 | 0 | 0.41 | 0.44 | 91.03 | 0.25 | 0.45 |
| Hex | 71 | 8F | 55 | 15 | 0 | 29 | 2C | 5B | 19 | 2D |
| Octal | 161 | 217 | 125 | 25 | 0 | 51 | 54 | 133 | 31 | 55 |
| Binary | 1110001 | 10001111 | 1010101 | 10101 | 0 | 101001 | 101100 | 1011011 | 11001 | 101101 |
Color Harmonies of #718F55
Complementary color
Monochromatic Colors of #718F55
Black with #718F55
Text Example
Text Example
White with #718F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F55; }
p { color: rgb(113,143,85); }
H1.HeaderClassName
{
color: #718F55;
}
.AnyTagClassName
{
color: #718F55;
}
</style>
background-color css
<style>
a { background-color: #718F55; }
a { background-color: rgb(113,143,85); }
div.DivClassName
{
background-color: #718F55;
}
.BgClassName
{
background-color: #718F55;
}
</style>
border-color css
<style>
span { border-color: #718F55; }
span { border-color: rgb(113,143,85); }
td.TdClassName
{
border-color: #718F55;
}
.TagClassName
{
border-color: #718F55;
}
</style>