Shades of Highland #728E4A
Tints of Highland #728E4A
RGB
CMYK
RGB Variations
Color information
#728E4A (or 0x728E4A) is known color: Highland. HEX triplet: 72, 8E and 4A. RGB value is (114,142,74). Sum of RGB (Red+Green+Blue) = 114+142+74=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #728E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728E4A is #8D71B5. Grayscale: #7E7E7E. Windows color (decimal): -9269686 or 4886130. OLE color: 4886130.
HSL color Cylindrical-coordinate representation of color #728E4A: hue angle of 84.71º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728E4A is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 142 | 74 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.44 |
| HSL | 84.71º | 0.31% | 0.42% | - |
| HSV(B) | 84.71º | 0.48% | 0.56% | - |
| XYZ | 17.85 | 23.42 | 10.06 | - |
| YUV | 125.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 74 | 0.20 | 0 | 0.48 | 0.44 | 84.71 | 0.31 | 0.42 |
| Hex | 72 | 8E | 4A | 14 | 0 | 30 | 2C | 55 | 1F | 2A |
| Octal | 162 | 216 | 112 | 24 | 0 | 60 | 54 | 125 | 37 | 52 |
| Binary | 1110010 | 10001110 | 1001010 | 10100 | 0 | 110000 | 101100 | 1010101 | 11111 | 101010 |
Color Harmonies of #728E4A
Complementary color
Monochromatic Colors of #728E4A
Black with #728E4A
Text Example
Text Example
White with #728E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E4A; }
p { color: rgb(114,142,74); }
H1.HeaderClassName
{
color: #728E4A;
}
.AnyTagClassName
{
color: #728E4A;
}
</style>
background-color css
<style>
a { background-color: #728E4A; }
a { background-color: rgb(114,142,74); }
div.DivClassName
{
background-color: #728E4A;
}
.BgClassName
{
background-color: #728E4A;
}
</style>
border-color css
<style>
span { border-color: #728E4A; }
span { border-color: rgb(114,142,74); }
td.TdClassName
{
border-color: #728E4A;
}
.TagClassName
{
border-color: #728E4A;
}
</style>