Shades of Highland #729763
Tints of Highland #729763
RGB
CMYK
RGB Variations
Color information
#729763 (or 0x729763) is known color: Highland. HEX triplet: 72, 97 and 63. RGB value is (114,151,99). Sum of RGB (Red+Green+Blue) = 114+151+99=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #729763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729763 is #8D689C. Grayscale: #868686. Windows color (decimal): -9267357 or 6526834. OLE color: 6526834.
HSL color Cylindrical-coordinate representation of color #729763: hue angle of 102.69º degrees, saturation: 0.21, 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 #729763 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 151 | 99 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.41 |
| HSL | 102.69º | 0.21% | 0.49% | - |
| HSV(B) | 102.69º | 0.34% | 0.59% | - |
| XYZ | 20.26 | 26.61 | 15.87 | - |
| YUV | 134.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 151 | 99 | 0.25 | 0 | 0.34 | 0.41 | 102.69 | 0.21 | 0.49 |
| Hex | 72 | 97 | 63 | 19 | 0 | 22 | 29 | 67 | 15 | 31 |
| Octal | 162 | 227 | 143 | 31 | 0 | 42 | 51 | 147 | 25 | 61 |
| Binary | 1110010 | 10010111 | 1100011 | 11001 | 0 | 100010 | 101001 | 1100111 | 10101 | 110001 |
Color Harmonies of #729763
Complementary color
Monochromatic Colors of #729763
Black with #729763
Text Example
Text Example
White with #729763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729763; }
p { color: rgb(114,151,99); }
H1.HeaderClassName
{
color: #729763;
}
.AnyTagClassName
{
color: #729763;
}
</style>
background-color css
<style>
a { background-color: #729763; }
a { background-color: rgb(114,151,99); }
div.DivClassName
{
background-color: #729763;
}
.BgClassName
{
background-color: #729763;
}
</style>
border-color css
<style>
span { border-color: #729763; }
span { border-color: rgb(114,151,99); }
td.TdClassName
{
border-color: #729763;
}
.TagClassName
{
border-color: #729763;
}
</style>