Shades of Highland #718A5D
Tints of Highland #718A5D
RGB
CMYK
RGB Variations
Color information
#718A5D (or 0x718A5D) is known color: Highland. HEX triplet: 71, 8A and 5D. RGB value is (113,138,93). Sum of RGB (Red+Green+Blue) = 113+138+93=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #718A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A5D is #8E75A2. Grayscale: #7D7D7D. Windows color (decimal): -9336227 or 6130289. OLE color: 6130289.
HSL color Cylindrical-coordinate representation of color #718A5D: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #718A5D is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 93 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.46 |
| HSL | 93.33º | 0.19% | 0.45% | - |
| HSV(B) | 93.33º | 0.33% | 0.54% | - |
| XYZ | 17.87 | 22.48 | 13.75 | - |
| YUV | 125.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 93 | 0.18 | 0 | 0.33 | 0.46 | 93.33 | 0.19 | 0.45 |
| Hex | 71 | 8A | 5D | 12 | 0 | 21 | 2E | 5D | 13 | 2D |
| Octal | 161 | 212 | 135 | 22 | 0 | 41 | 56 | 135 | 23 | 55 |
| Binary | 1110001 | 10001010 | 1011101 | 10010 | 0 | 100001 | 101110 | 1011101 | 10011 | 101101 |
Color Harmonies of #718A5D
Complementary color
Monochromatic Colors of #718A5D
Black with #718A5D
Text Example
Text Example
White with #718A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A5D; }
p { color: rgb(113,138,93); }
H1.HeaderClassName
{
color: #718A5D;
}
.AnyTagClassName
{
color: #718A5D;
}
</style>
background-color css
<style>
a { background-color: #718A5D; }
a { background-color: rgb(113,138,93); }
div.DivClassName
{
background-color: #718A5D;
}
.BgClassName
{
background-color: #718A5D;
}
</style>
border-color css
<style>
span { border-color: #718A5D; }
span { border-color: rgb(113,138,93); }
td.TdClassName
{
border-color: #718A5D;
}
.TagClassName
{
border-color: #718A5D;
}
</style>