Shades of Highland #728A56
Tints of Highland #728A56
RGB
CMYK
RGB Variations
Color information
#728A56 (or 0x728A56) is known color: Highland. HEX triplet: 72, 8A and 56. RGB value is (114,138,86). Sum of RGB (Red+Green+Blue) = 114+138+86=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #728A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A56 is #8D75A9. Grayscale: #7D7D7D. Windows color (decimal): -9270698 or 5671538. OLE color: 5671538.
HSL color Cylindrical-coordinate representation of color #728A56: hue angle of 87.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #728A56 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 86 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.46 |
| HSL | 87.69º | 0.23% | 0.44% | - |
| HSV(B) | 87.69º | 0.38% | 0.54% | - |
| XYZ | 17.71 | 22.43 | 12.2 | - |
| YUV | 124.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 86 | 0.17 | 0 | 0.38 | 0.46 | 87.69 | 0.23 | 0.44 |
| Hex | 72 | 8A | 56 | 11 | 0 | 26 | 2E | 58 | 17 | 2C |
| Octal | 162 | 212 | 126 | 21 | 0 | 46 | 56 | 130 | 27 | 54 |
| Binary | 1110010 | 10001010 | 1010110 | 10001 | 0 | 100110 | 101110 | 1011000 | 10111 | 101100 |
Color Harmonies of #728A56
Complementary color
Monochromatic Colors of #728A56
Black with #728A56
Text Example
Text Example
White with #728A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A56; }
p { color: rgb(114,138,86); }
H1.HeaderClassName
{
color: #728A56;
}
.AnyTagClassName
{
color: #728A56;
}
</style>
background-color css
<style>
a { background-color: #728A56; }
a { background-color: rgb(114,138,86); }
div.DivClassName
{
background-color: #728A56;
}
.BgClassName
{
background-color: #728A56;
}
</style>
border-color css
<style>
span { border-color: #728A56; }
span { border-color: rgb(114,138,86); }
td.TdClassName
{
border-color: #728A56;
}
.TagClassName
{
border-color: #728A56;
}
</style>