Shades of Highland #718C4C
Tints of Highland #718C4C
RGB
CMYK
RGB Variations
Color information
#718C4C (or 0x718C4C) is known color: Highland. HEX triplet: 71, 8C and 4C. RGB value is (113,140,76). Sum of RGB (Red+Green+Blue) = 113+140+76=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #718C4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718C4C is #8E73B3. Grayscale: #7C7C7C. Windows color (decimal): -9335732 or 5016689. OLE color: 5016689.
HSL color Cylindrical-coordinate representation of color #718C4C: hue angle of 85.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #718C4C is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 76 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.45 |
| HSL | 85.31º | 0.3% | 0.42% | - |
| HSV(B) | 85.31º | 0.46% | 0.55% | - |
| XYZ | 17.49 | 22.79 | 10.31 | - |
| YUV | 124.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 76 | 0.19 | 0 | 0.46 | 0.45 | 85.31 | 0.3 | 0.42 |
| Hex | 71 | 8C | 4C | 13 | 0 | 2E | 2D | 55 | 1E | 2A |
| Octal | 161 | 214 | 114 | 23 | 0 | 56 | 55 | 125 | 36 | 52 |
| Binary | 1110001 | 10001100 | 1001100 | 10011 | 0 | 101110 | 101101 | 1010101 | 11110 | 101010 |
Color Harmonies of #718C4C
Complementary color
Monochromatic Colors of #718C4C
Black with #718C4C
Text Example
Text Example
White with #718C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C4C; }
p { color: rgb(113,140,76); }
H1.HeaderClassName
{
color: #718C4C;
}
.AnyTagClassName
{
color: #718C4C;
}
</style>
background-color css
<style>
a { background-color: #718C4C; }
a { background-color: rgb(113,140,76); }
div.DivClassName
{
background-color: #718C4C;
}
.BgClassName
{
background-color: #718C4C;
}
</style>
border-color css
<style>
span { border-color: #718C4C; }
span { border-color: rgb(113,140,76); }
td.TdClassName
{
border-color: #718C4C;
}
.TagClassName
{
border-color: #718C4C;
}
</style>