Shades of Highland #718F53
Tints of Highland #718F53
RGB
CMYK
RGB Variations
Color information
#718F53 (or 0x718F53) is known color: Highland. HEX triplet: 71, 8F and 53. RGB value is (113,143,83). Sum of RGB (Red+Green+Blue) = 113+143+83=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 143 - color contains mainly: green. Hex color #718F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F53 is #8E70AC. Grayscale: #7F7F7F. Windows color (decimal): -9334957 or 5476209. OLE color: 5476209.
HSL color Cylindrical-coordinate representation of color #718F53: hue angle of 90º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #718F53 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 83 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.44 |
| HSL | 90º | 0.27% | 0.44% | - |
| HSV(B) | 90º | 0.42% | 0.56% | - |
| XYZ | 18.19 | 23.78 | 11.81 | - |
| YUV | 127.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 83 | 0.21 | 0 | 0.42 | 0.44 | 90 | 0.27 | 0.44 |
| Hex | 71 | 8F | 53 | 15 | 0 | 2A | 2C | 5A | 1B | 2C |
| Octal | 161 | 217 | 123 | 25 | 0 | 52 | 54 | 132 | 33 | 54 |
| Binary | 1110001 | 10001111 | 1010011 | 10101 | 0 | 101010 | 101100 | 1011010 | 11011 | 101100 |
Color Harmonies of #718F53
Complementary color
Monochromatic Colors of #718F53
Black with #718F53
Text Example
Text Example
White with #718F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F53; }
p { color: rgb(113,143,83); }
H1.HeaderClassName
{
color: #718F53;
}
.AnyTagClassName
{
color: #718F53;
}
</style>
background-color css
<style>
a { background-color: #718F53; }
a { background-color: rgb(113,143,83); }
div.DivClassName
{
background-color: #718F53;
}
.BgClassName
{
background-color: #718F53;
}
</style>
border-color css
<style>
span { border-color: #718F53; }
span { border-color: rgb(113,143,83); }
td.TdClassName
{
border-color: #718F53;
}
.TagClassName
{
border-color: #718F53;
}
</style>