Shades of Highland #728A5E
Tints of Highland #728A5E
RGB
CMYK
RGB Variations
Color information
#728A5E (or 0x728A5E) is known color: Highland. HEX triplet: 72, 8A and 5E. RGB value is (114,138,94). Sum of RGB (Red+Green+Blue) = 114+138+94=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #728A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A5E is #8D75A1. Grayscale: #7D7D7D. Windows color (decimal): -9270690 or 6195826. OLE color: 6195826.
HSL color Cylindrical-coordinate representation of color #728A5E: hue angle of 92.73º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #728A5E is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 94 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.46 |
| HSL | 92.73º | 0.19% | 0.45% | - |
| HSV(B) | 92.73º | 0.32% | 0.54% | - |
| XYZ | 18.05 | 22.56 | 13.99 | - |
| YUV | 125.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 94 | 0.17 | 0 | 0.32 | 0.46 | 92.73 | 0.19 | 0.45 |
| Hex | 72 | 8A | 5E | 11 | 0 | 20 | 2E | 5D | 13 | 2D |
| Octal | 162 | 212 | 136 | 21 | 0 | 40 | 56 | 135 | 23 | 55 |
| Binary | 1110010 | 10001010 | 1011110 | 10001 | 0 | 100000 | 101110 | 1011101 | 10011 | 101101 |
Color Harmonies of #728A5E
Complementary color
Monochromatic Colors of #728A5E
Black with #728A5E
Text Example
Text Example
White with #728A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A5E; }
p { color: rgb(114,138,94); }
H1.HeaderClassName
{
color: #728A5E;
}
.AnyTagClassName
{
color: #728A5E;
}
</style>
background-color css
<style>
a { background-color: #728A5E; }
a { background-color: rgb(114,138,94); }
div.DivClassName
{
background-color: #728A5E;
}
.BgClassName
{
background-color: #728A5E;
}
</style>
border-color css
<style>
span { border-color: #728A5E; }
span { border-color: rgb(114,138,94); }
td.TdClassName
{
border-color: #728A5E;
}
.TagClassName
{
border-color: #728A5E;
}
</style>