Shades of Highland #728A57
Tints of Highland #728A57
RGB
CMYK
RGB Variations
Color information
#728A57 (or 0x728A57) is known color: Highland. HEX triplet: 72, 8A and 57. RGB value is (114,138,87). Sum of RGB (Red+Green+Blue) = 114+138+87=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #728A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A57 is #8D75A8. Grayscale: #7D7D7D. Windows color (decimal): -9270697 or 5737074. OLE color: 5737074.
HSL color Cylindrical-coordinate representation of color #728A57: hue angle of 88.24º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #728A57 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 87 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.46 |
| HSL | 88.24º | 0.23% | 0.44% | - |
| HSV(B) | 88.24º | 0.37% | 0.54% | - |
| XYZ | 17.75 | 22.44 | 12.41 | - |
| YUV | 125.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 87 | 0.17 | 0 | 0.37 | 0.46 | 88.24 | 0.23 | 0.44 |
| Hex | 72 | 8A | 57 | 11 | 0 | 25 | 2E | 58 | 17 | 2C |
| Octal | 162 | 212 | 127 | 21 | 0 | 45 | 56 | 130 | 27 | 54 |
| Binary | 1110010 | 10001010 | 1010111 | 10001 | 0 | 100101 | 101110 | 1011000 | 10111 | 101100 |
Color Harmonies of #728A57
Complementary color
Monochromatic Colors of #728A57
Black with #728A57
Text Example
Text Example
White with #728A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A57; }
p { color: rgb(114,138,87); }
H1.HeaderClassName
{
color: #728A57;
}
.AnyTagClassName
{
color: #728A57;
}
</style>
background-color css
<style>
a { background-color: #728A57; }
a { background-color: rgb(114,138,87); }
div.DivClassName
{
background-color: #728A57;
}
.BgClassName
{
background-color: #728A57;
}
</style>
border-color css
<style>
span { border-color: #728A57; }
span { border-color: rgb(114,138,87); }
td.TdClassName
{
border-color: #728A57;
}
.TagClassName
{
border-color: #728A57;
}
</style>