Shades of Highland #729250
Tints of Highland #729250
RGB
CMYK
RGB Variations
Color information
#729250 (or 0x729250) is known color: Highland. HEX triplet: 72, 92 and 50. RGB value is (114,146,80). Sum of RGB (Red+Green+Blue) = 114+146+80=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #729250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729250 is #8D6DAF. Grayscale: #818181. Windows color (decimal): -9268656 or 5280370. OLE color: 5280370.
HSL color Cylindrical-coordinate representation of color #729250: hue angle of 89.09º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729250 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 80 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.43 |
| HSL | 89.09º | 0.29% | 0.44% | - |
| HSV(B) | 89.09º | 0.45% | 0.57% | - |
| XYZ | 18.67 | 24.71 | 11.38 | - |
| YUV | 128.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 80 | 0.22 | 0 | 0.45 | 0.43 | 89.09 | 0.29 | 0.44 |
| Hex | 72 | 92 | 50 | 16 | 0 | 2D | 2B | 59 | 1D | 2C |
| Octal | 162 | 222 | 120 | 26 | 0 | 55 | 53 | 131 | 35 | 54 |
| Binary | 1110010 | 10010010 | 1010000 | 10110 | 0 | 101101 | 101011 | 1011001 | 11101 | 101100 |
Color Harmonies of #729250
Complementary color
Monochromatic Colors of #729250
Black with #729250
Text Example
Text Example
White with #729250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729250; }
p { color: rgb(114,146,80); }
H1.HeaderClassName
{
color: #729250;
}
.AnyTagClassName
{
color: #729250;
}
</style>
background-color css
<style>
a { background-color: #729250; }
a { background-color: rgb(114,146,80); }
div.DivClassName
{
background-color: #729250;
}
.BgClassName
{
background-color: #729250;
}
</style>
border-color css
<style>
span { border-color: #729250; }
span { border-color: rgb(114,146,80); }
td.TdClassName
{
border-color: #729250;
}
.TagClassName
{
border-color: #729250;
}
</style>