Shades of Highland #729663
Tints of Highland #729663
RGB
CMYK
RGB Variations
Color information
#729663 (or 0x729663) is known color: Highland. HEX triplet: 72, 96 and 63. RGB value is (114,150,99). Sum of RGB (Red+Green+Blue) = 114+150+99=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #729663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729663 is #8D699C. Grayscale: #858585. Windows color (decimal): -9267613 or 6526578. OLE color: 6526578.
HSL color Cylindrical-coordinate representation of color #729663: hue angle of 102.35º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729663 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 99 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.41 |
| HSL | 102.35º | 0.2% | 0.49% | - |
| HSV(B) | 102.35º | 0.34% | 0.59% | - |
| XYZ | 20.1 | 26.29 | 15.82 | - |
| YUV | 133.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 99 | 0.24 | 0 | 0.34 | 0.41 | 102.35 | 0.2 | 0.49 |
| Hex | 72 | 96 | 63 | 18 | 0 | 22 | 29 | 66 | 14 | 31 |
| Octal | 162 | 226 | 143 | 30 | 0 | 42 | 51 | 146 | 24 | 61 |
| Binary | 1110010 | 10010110 | 1100011 | 11000 | 0 | 100010 | 101001 | 1100110 | 10100 | 110001 |
Color Harmonies of #729663
Complementary color
Monochromatic Colors of #729663
Black with #729663
Text Example
Text Example
White with #729663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729663; }
p { color: rgb(114,150,99); }
H1.HeaderClassName
{
color: #729663;
}
.AnyTagClassName
{
color: #729663;
}
</style>
background-color css
<style>
a { background-color: #729663; }
a { background-color: rgb(114,150,99); }
div.DivClassName
{
background-color: #729663;
}
.BgClassName
{
background-color: #729663;
}
</style>
border-color css
<style>
span { border-color: #729663; }
span { border-color: rgb(114,150,99); }
td.TdClassName
{
border-color: #729663;
}
.TagClassName
{
border-color: #729663;
}
</style>