Shades of Highland #738E60
Tints of Highland #738E60
RGB
CMYK
RGB Variations
Color information
#738E60 (or 0x738E60) is known color: Highland. HEX triplet: 73, 8E and 60. RGB value is (115,142,96). Sum of RGB (Red+Green+Blue) = 115+142+96=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #738E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E60 is #8C719F. Grayscale: #808080. Windows color (decimal): -9204128 or 6327923. OLE color: 6327923.
HSL color Cylindrical-coordinate representation of color #738E60: hue angle of 95.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738E60 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 96 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.44 |
| HSL | 95.22º | 0.19% | 0.47% | - |
| HSV(B) | 95.22º | 0.32% | 0.56% | - |
| XYZ | 18.85 | 23.84 | 14.67 | - |
| YUV | 128.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 96 | 0.19 | 0 | 0.32 | 0.44 | 95.22 | 0.19 | 0.47 |
| Hex | 73 | 8E | 60 | 13 | 0 | 20 | 2C | 5F | 13 | 2F |
| Octal | 163 | 216 | 140 | 23 | 0 | 40 | 54 | 137 | 23 | 57 |
| Binary | 1110011 | 10001110 | 1100000 | 10011 | 0 | 100000 | 101100 | 1011111 | 10011 | 101111 |
Color Harmonies of #738E60
Complementary color
Monochromatic Colors of #738E60
Black with #738E60
Text Example
Text Example
White with #738E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E60; }
p { color: rgb(115,142,96); }
H1.HeaderClassName
{
color: #738E60;
}
.AnyTagClassName
{
color: #738E60;
}
</style>
background-color css
<style>
a { background-color: #738E60; }
a { background-color: rgb(115,142,96); }
div.DivClassName
{
background-color: #738E60;
}
.BgClassName
{
background-color: #738E60;
}
</style>
border-color css
<style>
span { border-color: #738E60; }
span { border-color: rgb(115,142,96); }
td.TdClassName
{
border-color: #738E60;
}
.TagClassName
{
border-color: #738E60;
}
</style>