Shades of Highland #728C58
Tints of Highland #728C58
RGB
CMYK
RGB Variations
Color information
#728C58 (or 0x728C58) is known color: Highland. HEX triplet: 72, 8C and 58. RGB value is (114,140,88). Sum of RGB (Red+Green+Blue) = 114+140+88=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #728C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C58 is #8D73A7. Grayscale: #7E7E7E. Windows color (decimal): -9270184 or 5803122. OLE color: 5803122.
HSL color Cylindrical-coordinate representation of color #728C58: hue angle of 90º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #728C58 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 88 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.45 |
| HSL | 90º | 0.23% | 0.45% | - |
| HSV(B) | 90º | 0.37% | 0.55% | - |
| XYZ | 18.08 | 23.04 | 12.73 | - |
| YUV | 126.3 | 106.39 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 88 | 0.19 | 0 | 0.37 | 0.45 | 90 | 0.23 | 0.45 |
| Hex | 72 | 8C | 58 | 13 | 0 | 25 | 2D | 5A | 17 | 2D |
| Octal | 162 | 214 | 130 | 23 | 0 | 45 | 55 | 132 | 27 | 55 |
| Binary | 1110010 | 10001100 | 1011000 | 10011 | 0 | 100101 | 101101 | 1011010 | 10111 | 101101 |
Color Harmonies of #728C58
Complementary color
Monochromatic Colors of #728C58
Black with #728C58
Text Example
Text Example
White with #728C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C58; }
p { color: rgb(114,140,88); }
H1.HeaderClassName
{
color: #728C58;
}
.AnyTagClassName
{
color: #728C58;
}
</style>
background-color css
<style>
a { background-color: #728C58; }
a { background-color: rgb(114,140,88); }
div.DivClassName
{
background-color: #728C58;
}
.BgClassName
{
background-color: #728C58;
}
</style>
border-color css
<style>
span { border-color: #728C58; }
span { border-color: rgb(114,140,88); }
td.TdClassName
{
border-color: #728C58;
}
.TagClassName
{
border-color: #728C58;
}
</style>