Shades of Highland #728F48
Tints of Highland #728F48
RGB
CMYK
RGB Variations
Color information
#728F48 (or 0x728F48) is known color: Highland. HEX triplet: 72, 8F and 48. RGB value is (114,143,72). Sum of RGB (Red+Green+Blue) = 114+143+72=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 143 - color contains mainly: green. Hex color #728F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728F48 is #8D70B7. Grayscale: #7E7E7E. Windows color (decimal): -9269432 or 4755314. OLE color: 4755314.
HSL color Cylindrical-coordinate representation of color #728F48: hue angle of 84.51º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728F48 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 72 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.44 |
| HSL | 84.51º | 0.33% | 0.42% | - |
| HSV(B) | 84.51º | 0.5% | 0.56% | - |
| XYZ | 17.93 | 23.69 | 9.76 | - |
| YUV | 126.24 | 97.39 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 72 | 0.20 | 0 | 0.50 | 0.44 | 84.51 | 0.33 | 0.42 |
| Hex | 72 | 8F | 48 | 14 | 0 | 32 | 2C | 55 | 21 | 2A |
| Octal | 162 | 217 | 110 | 24 | 0 | 62 | 54 | 125 | 41 | 52 |
| Binary | 1110010 | 10001111 | 1001000 | 10100 | 0 | 110010 | 101100 | 1010101 | 100001 | 101010 |
Color Harmonies of #728F48
Complementary color
Monochromatic Colors of #728F48
Black with #728F48
Text Example
Text Example
White with #728F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F48; }
p { color: rgb(114,143,72); }
H1.HeaderClassName
{
color: #728F48;
}
.AnyTagClassName
{
color: #728F48;
}
</style>
background-color css
<style>
a { background-color: #728F48; }
a { background-color: rgb(114,143,72); }
div.DivClassName
{
background-color: #728F48;
}
.BgClassName
{
background-color: #728F48;
}
</style>
border-color css
<style>
span { border-color: #728F48; }
span { border-color: rgb(114,143,72); }
td.TdClassName
{
border-color: #728F48;
}
.TagClassName
{
border-color: #728F48;
}
</style>