Shades of Highland #718F4E
Tints of Highland #718F4E
RGB
CMYK
RGB Variations
Color information
#718F4E (or 0x718F4E) is known color: Highland. HEX triplet: 71, 8F and 4E. RGB value is (113,143,78). Sum of RGB (Red+Green+Blue) = 113+143+78=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #718F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F4E is #8E70B1. Grayscale: #7E7E7E. Windows color (decimal): -9334962 or 5148529. OLE color: 5148529.
HSL color Cylindrical-coordinate representation of color #718F4E: hue angle of 87.69º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718F4E is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 78 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.44 |
| HSL | 87.69º | 0.29% | 0.43% | - |
| HSV(B) | 87.69º | 0.45% | 0.56% | - |
| XYZ | 18.01 | 23.71 | 10.83 | - |
| YUV | 126.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 78 | 0.21 | 0 | 0.45 | 0.44 | 87.69 | 0.29 | 0.43 |
| Hex | 71 | 8F | 4E | 15 | 0 | 2D | 2C | 58 | 1D | 2B |
| Octal | 161 | 217 | 116 | 25 | 0 | 55 | 54 | 130 | 35 | 53 |
| Binary | 1110001 | 10001111 | 1001110 | 10101 | 0 | 101101 | 101100 | 1011000 | 11101 | 101011 |
Color Harmonies of #718F4E
Complementary color
Monochromatic Colors of #718F4E
Black with #718F4E
Text Example
Text Example
White with #718F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F4E; }
p { color: rgb(113,143,78); }
H1.HeaderClassName
{
color: #718F4E;
}
.AnyTagClassName
{
color: #718F4E;
}
</style>
background-color css
<style>
a { background-color: #718F4E; }
a { background-color: rgb(113,143,78); }
div.DivClassName
{
background-color: #718F4E;
}
.BgClassName
{
background-color: #718F4E;
}
</style>
border-color css
<style>
span { border-color: #718F4E; }
span { border-color: rgb(113,143,78); }
td.TdClassName
{
border-color: #718F4E;
}
.TagClassName
{
border-color: #718F4E;
}
</style>