Shades of Highland #728B50
Tints of Highland #728B50
RGB
CMYK
RGB Variations
Color information
#728B50 (or 0x728B50) is known color: Highland. HEX triplet: 72, 8B and 50. RGB value is (114,139,80). Sum of RGB (Red+Green+Blue) = 114+139+80=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #728B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B50 is #8D74AF. Grayscale: #7D7D7D. Windows color (decimal): -9270448 or 5278578. OLE color: 5278578.
HSL color Cylindrical-coordinate representation of color #728B50: hue angle of 85.42º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #728B50 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 80 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.45 |
| HSL | 85.42º | 0.27% | 0.43% | - |
| HSV(B) | 85.42º | 0.42% | 0.55% | - |
| XYZ | 17.62 | 22.62 | 11.03 | - |
| YUV | 124.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 80 | 0.18 | 0 | 0.42 | 0.45 | 85.42 | 0.27 | 0.43 |
| Hex | 72 | 8B | 50 | 12 | 0 | 2A | 2D | 55 | 1B | 2B |
| Octal | 162 | 213 | 120 | 22 | 0 | 52 | 55 | 125 | 33 | 53 |
| Binary | 1110010 | 10001011 | 1010000 | 10010 | 0 | 101010 | 101101 | 1010101 | 11011 | 101011 |
Color Harmonies of #728B50
Complementary color
Monochromatic Colors of #728B50
Black with #728B50
Text Example
Text Example
White with #728B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B50; }
p { color: rgb(114,139,80); }
H1.HeaderClassName
{
color: #728B50;
}
.AnyTagClassName
{
color: #728B50;
}
</style>
background-color css
<style>
a { background-color: #728B50; }
a { background-color: rgb(114,139,80); }
div.DivClassName
{
background-color: #728B50;
}
.BgClassName
{
background-color: #728B50;
}
</style>
border-color css
<style>
span { border-color: #728B50; }
span { border-color: rgb(114,139,80); }
td.TdClassName
{
border-color: #728B50;
}
.TagClassName
{
border-color: #728B50;
}
</style>