Shades of Highland #728B57
Tints of Highland #728B57
RGB
CMYK
RGB Variations
Color information
#728B57 (or 0x728B57) is known color: Highland. HEX triplet: 72, 8B and 57. RGB value is (114,139,87). Sum of RGB (Red+Green+Blue) = 114+139+87=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #728B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B57 is #8D74A8. Grayscale: #7D7D7D. Windows color (decimal): -9270441 or 5737330. OLE color: 5737330.
HSL color Cylindrical-coordinate representation of color #728B57: hue angle of 88.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #728B57 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 87 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.45 |
| HSL | 88.85º | 0.23% | 0.44% | - |
| HSV(B) | 88.85º | 0.37% | 0.55% | - |
| XYZ | 17.89 | 22.73 | 12.46 | - |
| YUV | 125.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 87 | 0.18 | 0 | 0.37 | 0.45 | 88.85 | 0.23 | 0.44 |
| Hex | 72 | 8B | 57 | 12 | 0 | 25 | 2D | 59 | 17 | 2C |
| Octal | 162 | 213 | 127 | 22 | 0 | 45 | 55 | 131 | 27 | 54 |
| Binary | 1110010 | 10001011 | 1010111 | 10010 | 0 | 100101 | 101101 | 1011001 | 10111 | 101100 |
Color Harmonies of #728B57
Complementary color
Monochromatic Colors of #728B57
Black with #728B57
Text Example
Text Example
White with #728B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B57; }
p { color: rgb(114,139,87); }
H1.HeaderClassName
{
color: #728B57;
}
.AnyTagClassName
{
color: #728B57;
}
</style>
background-color css
<style>
a { background-color: #728B57; }
a { background-color: rgb(114,139,87); }
div.DivClassName
{
background-color: #728B57;
}
.BgClassName
{
background-color: #728B57;
}
</style>
border-color css
<style>
span { border-color: #728B57; }
span { border-color: rgb(114,139,87); }
td.TdClassName
{
border-color: #728B57;
}
.TagClassName
{
border-color: #728B57;
}
</style>