Shades of Highland #728C5F
Tints of Highland #728C5F
RGB
CMYK
RGB Variations
Color information
#728C5F (or 0x728C5F) is known color: Highland. HEX triplet: 72, 8C and 5F. RGB value is (114,140,95). Sum of RGB (Red+Green+Blue) = 114+140+95=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 140 - color contains mainly: green. Hex color #728C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C5F is #8D73A0. Grayscale: #7F7F7F. Windows color (decimal): -9270177 or 6261874. OLE color: 6261874.
HSL color Cylindrical-coordinate representation of color #728C5F: hue angle of 94.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #728C5F is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 95 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.45 |
| HSL | 94.67º | 0.19% | 0.46% | - |
| HSV(B) | 94.67º | 0.32% | 0.55% | - |
| XYZ | 18.38 | 23.16 | 14.33 | - |
| YUV | 127.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 95 | 0.19 | 0 | 0.32 | 0.45 | 94.67 | 0.19 | 0.46 |
| Hex | 72 | 8C | 5F | 13 | 0 | 20 | 2D | 5F | 13 | 2E |
| Octal | 162 | 214 | 137 | 23 | 0 | 40 | 55 | 137 | 23 | 56 |
| Binary | 1110010 | 10001100 | 1011111 | 10011 | 0 | 100000 | 101101 | 1011111 | 10011 | 101110 |
Color Harmonies of #728C5F
Complementary color
Monochromatic Colors of #728C5F
Black with #728C5F
Text Example
Text Example
White with #728C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C5F; }
p { color: rgb(114,140,95); }
H1.HeaderClassName
{
color: #728C5F;
}
.AnyTagClassName
{
color: #728C5F;
}
</style>
background-color css
<style>
a { background-color: #728C5F; }
a { background-color: rgb(114,140,95); }
div.DivClassName
{
background-color: #728C5F;
}
.BgClassName
{
background-color: #728C5F;
}
</style>
border-color css
<style>
span { border-color: #728C5F; }
span { border-color: rgb(114,140,95); }
td.TdClassName
{
border-color: #728C5F;
}
.TagClassName
{
border-color: #728C5F;
}
</style>