Shades of Highland #729060
Tints of Highland #729060
RGB
CMYK
RGB Variations
Color information
#729060 (or 0x729060) is known color: Highland. HEX triplet: 72, 90 and 60. RGB value is (114,144,96). Sum of RGB (Red+Green+Blue) = 114+144+96=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #729060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729060 is #8D6F9F. Grayscale: #818181. Windows color (decimal): -9269152 or 6328434. OLE color: 6328434.
HSL color Cylindrical-coordinate representation of color #729060: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729060 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 96 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.44 |
| HSL | 97.5º | 0.2% | 0.47% | - |
| HSV(B) | 97.5º | 0.33% | 0.56% | - |
| XYZ | 19.02 | 24.37 | 14.77 | - |
| YUV | 129.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 96 | 0.21 | 0 | 0.33 | 0.44 | 97.5 | 0.2 | 0.47 |
| Hex | 72 | 90 | 60 | 15 | 0 | 21 | 2C | 62 | 14 | 2F |
| Octal | 162 | 220 | 140 | 25 | 0 | 41 | 54 | 142 | 24 | 57 |
| Binary | 1110010 | 10010000 | 1100000 | 10101 | 0 | 100001 | 101100 | 1100010 | 10100 | 101111 |
Color Harmonies of #729060
Complementary color
Monochromatic Colors of #729060
Black with #729060
Text Example
Text Example
White with #729060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729060; }
p { color: rgb(114,144,96); }
H1.HeaderClassName
{
color: #729060;
}
.AnyTagClassName
{
color: #729060;
}
</style>
background-color css
<style>
a { background-color: #729060; }
a { background-color: rgb(114,144,96); }
div.DivClassName
{
background-color: #729060;
}
.BgClassName
{
background-color: #729060;
}
</style>
border-color css
<style>
span { border-color: #729060; }
span { border-color: rgb(114,144,96); }
td.TdClassName
{
border-color: #729060;
}
.TagClassName
{
border-color: #729060;
}
</style>