Shades of Highland #718C58
Tints of Highland #718C58
RGB
CMYK
RGB Variations
Color information
#718C58 (or 0x718C58) is known color: Highland. HEX triplet: 71, 8C and 58. RGB value is (113,140,88). Sum of RGB (Red+Green+Blue) = 113+140+88=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #718C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C58 is #8E73A7. Grayscale: #7E7E7E. Windows color (decimal): -9335720 or 5803121. OLE color: 5803121.
HSL color Cylindrical-coordinate representation of color #718C58: hue angle of 91.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #718C58 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 88 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.45 |
| HSL | 91.15º | 0.23% | 0.45% | - |
| HSV(B) | 91.15º | 0.37% | 0.55% | - |
| XYZ | 17.95 | 22.97 | 12.72 | - |
| YUV | 126 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 88 | 0.19 | 0 | 0.37 | 0.45 | 91.15 | 0.23 | 0.45 |
| Hex | 71 | 8C | 58 | 13 | 0 | 25 | 2D | 5B | 17 | 2D |
| Octal | 161 | 214 | 130 | 23 | 0 | 45 | 55 | 133 | 27 | 55 |
| Binary | 1110001 | 10001100 | 1011000 | 10011 | 0 | 100101 | 101101 | 1011011 | 10111 | 101101 |
Color Harmonies of #718C58
Complementary color
Monochromatic Colors of #718C58
Black with #718C58
Text Example
Text Example
White with #718C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C58; }
p { color: rgb(113,140,88); }
H1.HeaderClassName
{
color: #718C58;
}
.AnyTagClassName
{
color: #718C58;
}
</style>
background-color css
<style>
a { background-color: #718C58; }
a { background-color: rgb(113,140,88); }
div.DivClassName
{
background-color: #718C58;
}
.BgClassName
{
background-color: #718C58;
}
</style>
border-color css
<style>
span { border-color: #718C58; }
span { border-color: rgb(113,140,88); }
td.TdClassName
{
border-color: #718C58;
}
.TagClassName
{
border-color: #718C58;
}
</style>