Shades of Highland #748E59
Tints of Highland #748E59
RGB
CMYK
RGB Variations
Color information
#748E59 (or 0x748E59) is known color: Highland. HEX triplet: 74, 8E and 59. RGB value is (116,142,89). Sum of RGB (Red+Green+Blue) = 116+142+89=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #748E59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748E59 is #8B71A6. Grayscale: #808080. Windows color (decimal): -9138599 or 5869172. OLE color: 5869172.
HSL color Cylindrical-coordinate representation of color #748E59: hue angle of 89.43º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #748E59 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 142 | 89 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.44 |
| HSL | 89.43º | 0.23% | 0.45% | - |
| HSV(B) | 89.43º | 0.37% | 0.56% | - |
| XYZ | 18.68 | 23.78 | 13.06 | - |
| YUV | 128.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 89 | 0.18 | 0 | 0.37 | 0.44 | 89.43 | 0.23 | 0.45 |
| Hex | 74 | 8E | 59 | 12 | 0 | 25 | 2C | 59 | 17 | 2D |
| Octal | 164 | 216 | 131 | 22 | 0 | 45 | 54 | 131 | 27 | 55 |
| Binary | 1110100 | 10001110 | 1011001 | 10010 | 0 | 100101 | 101100 | 1011001 | 10111 | 101101 |
Color Harmonies of #748E59
Complementary color
Monochromatic Colors of #748E59
Black with #748E59
Text Example
Text Example
White with #748E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E59; }
p { color: rgb(116,142,89); }
H1.HeaderClassName
{
color: #748E59;
}
.AnyTagClassName
{
color: #748E59;
}
</style>
background-color css
<style>
a { background-color: #748E59; }
a { background-color: rgb(116,142,89); }
div.DivClassName
{
background-color: #748E59;
}
.BgClassName
{
background-color: #748E59;
}
</style>
border-color css
<style>
span { border-color: #748E59; }
span { border-color: rgb(116,142,89); }
td.TdClassName
{
border-color: #748E59;
}
.TagClassName
{
border-color: #748E59;
}
</style>