Shades of Highland #728D54
Tints of Highland #728D54
RGB
CMYK
RGB Variations
Color information
#728D54 (or 0x728D54) is known color: Highland. HEX triplet: 72, 8D and 54. RGB value is (114,141,84). Sum of RGB (Red+Green+Blue) = 114+141+84=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #728D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D54 is #8D72AB. Grayscale: #7E7E7E. Windows color (decimal): -9269932 or 5541234. OLE color: 5541234.
HSL color Cylindrical-coordinate representation of color #728D54: hue angle of 88.42º 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 #728D54 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 84 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.45 |
| HSL | 88.42º | 0.25% | 0.44% | - |
| HSV(B) | 88.42º | 0.4% | 0.55% | - |
| XYZ | 18.06 | 23.27 | 11.93 | - |
| YUV | 126.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 84 | 0.19 | 0 | 0.40 | 0.45 | 88.42 | 0.25 | 0.44 |
| Hex | 72 | 8D | 54 | 13 | 0 | 28 | 2D | 58 | 19 | 2C |
| Octal | 162 | 215 | 124 | 23 | 0 | 50 | 55 | 130 | 31 | 54 |
| Binary | 1110010 | 10001101 | 1010100 | 10011 | 0 | 101000 | 101101 | 1011000 | 11001 | 101100 |
Color Harmonies of #728D54
Complementary color
Monochromatic Colors of #728D54
Black with #728D54
Text Example
Text Example
White with #728D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D54; }
p { color: rgb(114,141,84); }
H1.HeaderClassName
{
color: #728D54;
}
.AnyTagClassName
{
color: #728D54;
}
</style>
background-color css
<style>
a { background-color: #728D54; }
a { background-color: rgb(114,141,84); }
div.DivClassName
{
background-color: #728D54;
}
.BgClassName
{
background-color: #728D54;
}
</style>
border-color css
<style>
span { border-color: #728D54; }
span { border-color: rgb(114,141,84); }
td.TdClassName
{
border-color: #728D54;
}
.TagClassName
{
border-color: #728D54;
}
</style>