Shades of Highland #718D4B
Tints of Highland #718D4B
RGB
CMYK
RGB Variations
Color information
#718D4B (or 0x718D4B) is known color: Highland. HEX triplet: 71, 8D and 4B. RGB value is (113,141,75). Sum of RGB (Red+Green+Blue) = 113+141+75=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #718D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D4B is #8E72B4. Grayscale: #7D7D7D. Windows color (decimal): -9335477 or 4951409. OLE color: 4951409.
HSL color Cylindrical-coordinate representation of color #718D4B: hue angle of 85.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718D4B is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 75 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.45 |
| HSL | 85.45º | 0.31% | 0.42% | - |
| HSV(B) | 85.45º | 0.47% | 0.55% | - |
| XYZ | 17.6 | 23.07 | 10.18 | - |
| YUV | 125.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 75 | 0.20 | 0 | 0.47 | 0.45 | 85.45 | 0.31 | 0.42 |
| Hex | 71 | 8D | 4B | 14 | 0 | 2F | 2D | 55 | 1F | 2A |
| Octal | 161 | 215 | 113 | 24 | 0 | 57 | 55 | 125 | 37 | 52 |
| Binary | 1110001 | 10001101 | 1001011 | 10100 | 0 | 101111 | 101101 | 1010101 | 11111 | 101010 |
Color Harmonies of #718D4B
Complementary color
Monochromatic Colors of #718D4B
Black with #718D4B
Text Example
Text Example
White with #718D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D4B; }
p { color: rgb(113,141,75); }
H1.HeaderClassName
{
color: #718D4B;
}
.AnyTagClassName
{
color: #718D4B;
}
</style>
background-color css
<style>
a { background-color: #718D4B; }
a { background-color: rgb(113,141,75); }
div.DivClassName
{
background-color: #718D4B;
}
.BgClassName
{
background-color: #718D4B;
}
</style>
border-color css
<style>
span { border-color: #718D4B; }
span { border-color: rgb(113,141,75); }
td.TdClassName
{
border-color: #718D4B;
}
.TagClassName
{
border-color: #718D4B;
}
</style>