Shades of Highland #718A55
Tints of Highland #718A55
RGB
CMYK
RGB Variations
Color information
#718A55 (or 0x718A55) is known color: Highland. HEX triplet: 71, 8A and 55. RGB value is (113,138,85). Sum of RGB (Red+Green+Blue) = 113+138+85=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #718A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A55 is #8E75AA. Grayscale: #7C7C7C. Windows color (decimal): -9336235 or 5606001. OLE color: 5606001.
HSL color Cylindrical-coordinate representation of color #718A55: hue angle of 88.3º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #718A55 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 85 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.46 |
| HSL | 88.3º | 0.24% | 0.44% | - |
| HSV(B) | 88.3º | 0.38% | 0.54% | - |
| XYZ | 17.54 | 22.34 | 11.98 | - |
| YUV | 124.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 85 | 0.18 | 0 | 0.38 | 0.46 | 88.3 | 0.24 | 0.44 |
| Hex | 71 | 8A | 55 | 12 | 0 | 26 | 2E | 58 | 18 | 2C |
| Octal | 161 | 212 | 125 | 22 | 0 | 46 | 56 | 130 | 30 | 54 |
| Binary | 1110001 | 10001010 | 1010101 | 10010 | 0 | 100110 | 101110 | 1011000 | 11000 | 101100 |
Color Harmonies of #718A55
Complementary color
Monochromatic Colors of #718A55
Black with #718A55
Text Example
Text Example
White with #718A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A55; }
p { color: rgb(113,138,85); }
H1.HeaderClassName
{
color: #718A55;
}
.AnyTagClassName
{
color: #718A55;
}
</style>
background-color css
<style>
a { background-color: #718A55; }
a { background-color: rgb(113,138,85); }
div.DivClassName
{
background-color: #718A55;
}
.BgClassName
{
background-color: #718A55;
}
</style>
border-color css
<style>
span { border-color: #718A55; }
span { border-color: rgb(113,138,85); }
td.TdClassName
{
border-color: #718A55;
}
.TagClassName
{
border-color: #718A55;
}
</style>