Shades of Highland #728C62
Tints of Highland #728C62
RGB
CMYK
RGB Variations
Color information
#728C62 (or 0x728C62) is known color: Highland. HEX triplet: 72, 8C and 62. RGB value is (114,140,98). Sum of RGB (Red+Green+Blue) = 114+140+98=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #728C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C62 is #8D739D. Grayscale: #7F7F7F. Windows color (decimal): -9270174 or 6458482. OLE color: 6458482.
HSL color Cylindrical-coordinate representation of color #728C62: hue angle of 97.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #728C62 is Cyan = 0.19, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 98 | - |
| CMYK | 0.19 | 0 | 0.3 | 0.45 |
| HSL | 97.14º | 0.18% | 0.47% | - |
| HSV(B) | 97.14º | 0.3% | 0.55% | - |
| XYZ | 18.52 | 23.22 | 15.06 | - |
| YUV | 127.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 98 | 0.19 | 0 | 0.3 | 0.45 | 97.14 | 0.18 | 0.47 |
| Hex | 72 | 8C | 62 | 13 | 0 | 1E | 2D | 61 | 12 | 2F |
| Octal | 162 | 214 | 142 | 23 | 0 | 36 | 55 | 141 | 22 | 57 |
| Binary | 1110010 | 10001100 | 1100010 | 10011 | 0 | 11110 | 101101 | 1100001 | 10010 | 101111 |
Color Harmonies of #728C62
Complementary color
Monochromatic Colors of #728C62
Black with #728C62
Text Example
Text Example
White with #728C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C62; }
p { color: rgb(114,140,98); }
H1.HeaderClassName
{
color: #728C62;
}
.AnyTagClassName
{
color: #728C62;
}
</style>
background-color css
<style>
a { background-color: #728C62; }
a { background-color: rgb(114,140,98); }
div.DivClassName
{
background-color: #728C62;
}
.BgClassName
{
background-color: #728C62;
}
</style>
border-color css
<style>
span { border-color: #728C62; }
span { border-color: rgb(114,140,98); }
td.TdClassName
{
border-color: #728C62;
}
.TagClassName
{
border-color: #728C62;
}
</style>