Shades of Highland #718A5C
Tints of Highland #718A5C
RGB
CMYK
RGB Variations
Color information
#718A5C (or 0x718A5C) is known color: Highland. HEX triplet: 71, 8A and 5C. RGB value is (113,138,92). Sum of RGB (Red+Green+Blue) = 113+138+92=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #718A5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A5C is #8E75A3. Grayscale: #7D7D7D. Windows color (decimal): -9336228 or 6064753. OLE color: 6064753.
HSL color Cylindrical-coordinate representation of color #718A5C: hue angle of 92.61º degrees, saturation: 0.2, 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 #718A5C is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 92 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.46 |
| HSL | 92.61º | 0.2% | 0.45% | - |
| HSV(B) | 92.61º | 0.33% | 0.54% | - |
| XYZ | 17.83 | 22.46 | 13.52 | - |
| YUV | 125.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 92 | 0.18 | 0 | 0.33 | 0.46 | 92.61 | 0.2 | 0.45 |
| Hex | 71 | 8A | 5C | 12 | 0 | 21 | 2E | 5D | 14 | 2D |
| Octal | 161 | 212 | 134 | 22 | 0 | 41 | 56 | 135 | 24 | 55 |
| Binary | 1110001 | 10001010 | 1011100 | 10010 | 0 | 100001 | 101110 | 1011101 | 10100 | 101101 |
Color Harmonies of #718A5C
Complementary color
Monochromatic Colors of #718A5C
Black with #718A5C
Text Example
Text Example
White with #718A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A5C; }
p { color: rgb(113,138,92); }
H1.HeaderClassName
{
color: #718A5C;
}
.AnyTagClassName
{
color: #718A5C;
}
</style>
background-color css
<style>
a { background-color: #718A5C; }
a { background-color: rgb(113,138,92); }
div.DivClassName
{
background-color: #718A5C;
}
.BgClassName
{
background-color: #718A5C;
}
</style>
border-color css
<style>
span { border-color: #718A5C; }
span { border-color: rgb(113,138,92); }
td.TdClassName
{
border-color: #718A5C;
}
.TagClassName
{
border-color: #718A5C;
}
</style>