Shades of Highland #728B55
Tints of Highland #728B55
RGB
CMYK
RGB Variations
Color information
#728B55 (or 0x728B55) is known color: Highland. HEX triplet: 72, 8B and 55. RGB value is (114,139,85). Sum of RGB (Red+Green+Blue) = 114+139+85=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #728B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B55 is #8D74AA. Grayscale: #7D7D7D. Windows color (decimal): -9270443 or 5606258. OLE color: 5606258.
HSL color Cylindrical-coordinate representation of color #728B55: hue angle of 87.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728B55 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 85 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.45 |
| HSL | 87.78º | 0.24% | 0.44% | - |
| HSV(B) | 87.78º | 0.39% | 0.55% | - |
| XYZ | 17.81 | 22.7 | 12.04 | - |
| YUV | 125.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 85 | 0.18 | 0 | 0.39 | 0.45 | 87.78 | 0.24 | 0.44 |
| Hex | 72 | 8B | 55 | 12 | 0 | 27 | 2D | 58 | 18 | 2C |
| Octal | 162 | 213 | 125 | 22 | 0 | 47 | 55 | 130 | 30 | 54 |
| Binary | 1110010 | 10001011 | 1010101 | 10010 | 0 | 100111 | 101101 | 1011000 | 11000 | 101100 |
Color Harmonies of #728B55
Complementary color
Monochromatic Colors of #728B55
Black with #728B55
Text Example
Text Example
White with #728B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B55; }
p { color: rgb(114,139,85); }
H1.HeaderClassName
{
color: #728B55;
}
.AnyTagClassName
{
color: #728B55;
}
</style>
background-color css
<style>
a { background-color: #728B55; }
a { background-color: rgb(114,139,85); }
div.DivClassName
{
background-color: #728B55;
}
.BgClassName
{
background-color: #728B55;
}
</style>
border-color css
<style>
span { border-color: #728B55; }
span { border-color: rgb(114,139,85); }
td.TdClassName
{
border-color: #728B55;
}
.TagClassName
{
border-color: #728B55;
}
</style>