Shades of Highland #718B53
Tints of Highland #718B53
RGB
CMYK
RGB Variations
Color information
#718B53 (or 0x718B53) is known color: Highland. HEX triplet: 71, 8B and 53. RGB value is (113,139,83). Sum of RGB (Red+Green+Blue) = 113+139+83=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #718B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B53 is #8E74AC. Grayscale: #7D7D7D. Windows color (decimal): -9335981 or 5475185. OLE color: 5475185.
HSL color Cylindrical-coordinate representation of color #718B53: hue angle of 87.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718B53 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 83 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.45 |
| HSL | 87.86º | 0.25% | 0.44% | - |
| HSV(B) | 87.86º | 0.4% | 0.55% | - |
| XYZ | 17.6 | 22.6 | 11.62 | - |
| YUV | 124.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 83 | 0.19 | 0 | 0.40 | 0.45 | 87.86 | 0.25 | 0.44 |
| Hex | 71 | 8B | 53 | 13 | 0 | 28 | 2D | 58 | 19 | 2C |
| Octal | 161 | 213 | 123 | 23 | 0 | 50 | 55 | 130 | 31 | 54 |
| Binary | 1110001 | 10001011 | 1010011 | 10011 | 0 | 101000 | 101101 | 1011000 | 11001 | 101100 |
Color Harmonies of #718B53
Complementary color
Monochromatic Colors of #718B53
Black with #718B53
Text Example
Text Example
White with #718B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B53; }
p { color: rgb(113,139,83); }
H1.HeaderClassName
{
color: #718B53;
}
.AnyTagClassName
{
color: #718B53;
}
</style>
background-color css
<style>
a { background-color: #718B53; }
a { background-color: rgb(113,139,83); }
div.DivClassName
{
background-color: #718B53;
}
.BgClassName
{
background-color: #718B53;
}
</style>
border-color css
<style>
span { border-color: #718B53; }
span { border-color: rgb(113,139,83); }
td.TdClassName
{
border-color: #718B53;
}
.TagClassName
{
border-color: #718B53;
}
</style>