Shades of Highland #728E4F
Tints of Highland #728E4F
RGB
CMYK
RGB Variations
Color information
#728E4F (or 0x728E4F) is known color: Highland. HEX triplet: 72, 8E and 4F. RGB value is (114,142,79). Sum of RGB (Red+Green+Blue) = 114+142+79=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #728E4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E4F is #8D71B0. Grayscale: #7E7E7E. Windows color (decimal): -9269681 or 5213810. OLE color: 5213810.
HSL color Cylindrical-coordinate representation of color #728E4F: hue angle of 86.67º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728E4F is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 142 | 79 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.44 |
| HSL | 86.67º | 0.29% | 0.43% | - |
| HSV(B) | 86.67º | 0.44% | 0.56% | - |
| XYZ | 18.02 | 23.49 | 10.98 | - |
| YUV | 126.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 79 | 0.20 | 0 | 0.44 | 0.44 | 86.67 | 0.29 | 0.43 |
| Hex | 72 | 8E | 4F | 14 | 0 | 2C | 2C | 57 | 1D | 2B |
| Octal | 162 | 216 | 117 | 24 | 0 | 54 | 54 | 127 | 35 | 53 |
| Binary | 1110010 | 10001110 | 1001111 | 10100 | 0 | 101100 | 101100 | 1010111 | 11101 | 101011 |
Color Harmonies of #728E4F
Complementary color
Monochromatic Colors of #728E4F
Black with #728E4F
Text Example
Text Example
White with #728E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E4F; }
p { color: rgb(114,142,79); }
H1.HeaderClassName
{
color: #728E4F;
}
.AnyTagClassName
{
color: #728E4F;
}
</style>
background-color css
<style>
a { background-color: #728E4F; }
a { background-color: rgb(114,142,79); }
div.DivClassName
{
background-color: #728E4F;
}
.BgClassName
{
background-color: #728E4F;
}
</style>
border-color css
<style>
span { border-color: #728E4F; }
span { border-color: rgb(114,142,79); }
td.TdClassName
{
border-color: #728E4F;
}
.TagClassName
{
border-color: #728E4F;
}
</style>