Shades of Highland #718F61
Tints of Highland #718F61
RGB
CMYK
RGB Variations
Color information
#718F61 (or 0x718F61) is known color: Highland. HEX triplet: 71, 8F and 61. RGB value is (113,143,97). Sum of RGB (Red+Green+Blue) = 113+143+97=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #718F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F61 is #8E709E. Grayscale: #808080. Windows color (decimal): -9334943 or 6393713. OLE color: 6393713.
HSL color Cylindrical-coordinate representation of color #718F61: hue angle of 99.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #718F61 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 97 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.44 |
| HSL | 99.13º | 0.19% | 0.47% | - |
| HSV(B) | 99.13º | 0.32% | 0.56% | - |
| XYZ | 18.79 | 24.02 | 14.95 | - |
| YUV | 128.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 97 | 0.21 | 0 | 0.32 | 0.44 | 99.13 | 0.19 | 0.47 |
| Hex | 71 | 8F | 61 | 15 | 0 | 20 | 2C | 63 | 13 | 2F |
| Octal | 161 | 217 | 141 | 25 | 0 | 40 | 54 | 143 | 23 | 57 |
| Binary | 1110001 | 10001111 | 1100001 | 10101 | 0 | 100000 | 101100 | 1100011 | 10011 | 101111 |
Color Harmonies of #718F61
Complementary color
Monochromatic Colors of #718F61
Black with #718F61
Text Example
Text Example
White with #718F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F61; }
p { color: rgb(113,143,97); }
H1.HeaderClassName
{
color: #718F61;
}
.AnyTagClassName
{
color: #718F61;
}
</style>
background-color css
<style>
a { background-color: #718F61; }
a { background-color: rgb(113,143,97); }
div.DivClassName
{
background-color: #718F61;
}
.BgClassName
{
background-color: #718F61;
}
</style>
border-color css
<style>
span { border-color: #718F61; }
span { border-color: rgb(113,143,97); }
td.TdClassName
{
border-color: #718F61;
}
.TagClassName
{
border-color: #718F61;
}
</style>