Shades of Highland #718A52
Tints of Highland #718A52
RGB
CMYK
RGB Variations
Color information
#718A52 (or 0x718A52) is known color: Highland. HEX triplet: 71, 8A and 52. RGB value is (113,138,82). Sum of RGB (Red+Green+Blue) = 113+138+82=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #718A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A52 is #8E75AD. Grayscale: #7C7C7C. Windows color (decimal): -9336238 or 5409393. OLE color: 5409393.
HSL color Cylindrical-coordinate representation of color #718A52: hue angle of 86.79º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718A52 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 82 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.46 |
| HSL | 86.79º | 0.25% | 0.43% | - |
| HSV(B) | 86.79º | 0.41% | 0.54% | - |
| XYZ | 17.42 | 22.3 | 11.37 | - |
| YUV | 124.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 82 | 0.18 | 0 | 0.41 | 0.46 | 86.79 | 0.25 | 0.43 |
| Hex | 71 | 8A | 52 | 12 | 0 | 29 | 2E | 57 | 19 | 2B |
| Octal | 161 | 212 | 122 | 22 | 0 | 51 | 56 | 127 | 31 | 53 |
| Binary | 1110001 | 10001010 | 1010010 | 10010 | 0 | 101001 | 101110 | 1010111 | 11001 | 101011 |
Color Harmonies of #718A52
Complementary color
Monochromatic Colors of #718A52
Black with #718A52
Text Example
Text Example
White with #718A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A52; }
p { color: rgb(113,138,82); }
H1.HeaderClassName
{
color: #718A52;
}
.AnyTagClassName
{
color: #718A52;
}
</style>
background-color css
<style>
a { background-color: #718A52; }
a { background-color: rgb(113,138,82); }
div.DivClassName
{
background-color: #718A52;
}
.BgClassName
{
background-color: #718A52;
}
</style>
border-color css
<style>
span { border-color: #718A52; }
span { border-color: rgb(113,138,82); }
td.TdClassName
{
border-color: #718A52;
}
.TagClassName
{
border-color: #718A52;
}
</style>