Shades of Highland #729062
Tints of Highland #729062
RGB
CMYK
RGB Variations
Color information
#729062 (or 0x729062) is known color: Highland. HEX triplet: 72, 90 and 62. RGB value is (114,144,98). Sum of RGB (Red+Green+Blue) = 114+144+98=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #729062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729062 is #8D6F9D. Grayscale: #818181. Windows color (decimal): -9269150 or 6459506. OLE color: 6459506.
HSL color Cylindrical-coordinate representation of color #729062: hue angle of 99.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #729062 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 98 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.44 |
| HSL | 99.13º | 0.19% | 0.47% | - |
| HSV(B) | 99.13º | 0.32% | 0.56% | - |
| XYZ | 19.12 | 24.41 | 15.26 | - |
| YUV | 129.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 98 | 0.21 | 0 | 0.32 | 0.44 | 99.13 | 0.19 | 0.47 |
| Hex | 72 | 90 | 62 | 15 | 0 | 20 | 2C | 63 | 13 | 2F |
| Octal | 162 | 220 | 142 | 25 | 0 | 40 | 54 | 143 | 23 | 57 |
| Binary | 1110010 | 10010000 | 1100010 | 10101 | 0 | 100000 | 101100 | 1100011 | 10011 | 101111 |
Color Harmonies of #729062
Complementary color
Monochromatic Colors of #729062
Black with #729062
Text Example
Text Example
White with #729062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729062; }
p { color: rgb(114,144,98); }
H1.HeaderClassName
{
color: #729062;
}
.AnyTagClassName
{
color: #729062;
}
</style>
background-color css
<style>
a { background-color: #729062; }
a { background-color: rgb(114,144,98); }
div.DivClassName
{
background-color: #729062;
}
.BgClassName
{
background-color: #729062;
}
</style>
border-color css
<style>
span { border-color: #729062; }
span { border-color: rgb(114,144,98); }
td.TdClassName
{
border-color: #729062;
}
.TagClassName
{
border-color: #729062;
}
</style>