Shades of Highland #728C57
Tints of Highland #728C57
RGB
CMYK
RGB Variations
Color information
#728C57 (or 0x728C57) is known color: Highland. HEX triplet: 72, 8C and 57. RGB value is (114,140,87). Sum of RGB (Red+Green+Blue) = 114+140+87=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #728C57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C57 is #8D73A8. Grayscale: #7E7E7E. Windows color (decimal): -9270185 or 5737586. OLE color: 5737586.
HSL color Cylindrical-coordinate representation of color #728C57: hue angle of 89.43º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #728C57 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 87 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.45 |
| HSL | 89.43º | 0.23% | 0.45% | - |
| HSV(B) | 89.43º | 0.38% | 0.55% | - |
| XYZ | 18.04 | 23.02 | 12.51 | - |
| YUV | 126.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 87 | 0.19 | 0 | 0.38 | 0.45 | 89.43 | 0.23 | 0.45 |
| Hex | 72 | 8C | 57 | 13 | 0 | 26 | 2D | 59 | 17 | 2D |
| Octal | 162 | 214 | 127 | 23 | 0 | 46 | 55 | 131 | 27 | 55 |
| Binary | 1110010 | 10001100 | 1010111 | 10011 | 0 | 100110 | 101101 | 1011001 | 10111 | 101101 |
Color Harmonies of #728C57
Complementary color
Monochromatic Colors of #728C57
Black with #728C57
Text Example
Text Example
White with #728C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C57; }
p { color: rgb(114,140,87); }
H1.HeaderClassName
{
color: #728C57;
}
.AnyTagClassName
{
color: #728C57;
}
</style>
background-color css
<style>
a { background-color: #728C57; }
a { background-color: rgb(114,140,87); }
div.DivClassName
{
background-color: #728C57;
}
.BgClassName
{
background-color: #728C57;
}
</style>
border-color css
<style>
span { border-color: #728C57; }
span { border-color: rgb(114,140,87); }
td.TdClassName
{
border-color: #728C57;
}
.TagClassName
{
border-color: #728C57;
}
</style>