Shades of Highland #748959
Tints of Highland #748959
RGB
CMYK
RGB Variations
Color information
#748959 (or 0x748959) is known color: Highland. HEX triplet: 74, 89 and 59. RGB value is (116,137,89). Sum of RGB (Red+Green+Blue) = 116+137+89=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #748959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748959 is #8B76A6. Grayscale: #7D7D7D. Windows color (decimal): -9139879 or 5867892. OLE color: 5867892.
HSL color Cylindrical-coordinate representation of color #748959: hue angle of 86.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #748959 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 89 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.46 |
| HSL | 86.25º | 0.21% | 0.44% | - |
| HSV(B) | 86.25º | 0.35% | 0.54% | - |
| XYZ | 17.95 | 22.33 | 12.81 | - |
| YUV | 125.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 89 | 0.15 | 0 | 0.35 | 0.46 | 86.25 | 0.21 | 0.44 |
| Hex | 74 | 89 | 59 | F | 0 | 23 | 2E | 56 | 15 | 2C |
| Octal | 164 | 211 | 131 | 17 | 0 | 43 | 56 | 126 | 25 | 54 |
| Binary | 1110100 | 10001001 | 1011001 | 1111 | 0 | 100011 | 101110 | 1010110 | 10101 | 101100 |
Color Harmonies of #748959
Complementary color
Monochromatic Colors of #748959
Black with #748959
Text Example
Text Example
White with #748959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748959; }
p { color: rgb(116,137,89); }
H1.HeaderClassName
{
color: #748959;
}
.AnyTagClassName
{
color: #748959;
}
</style>
background-color css
<style>
a { background-color: #748959; }
a { background-color: rgb(116,137,89); }
div.DivClassName
{
background-color: #748959;
}
.BgClassName
{
background-color: #748959;
}
</style>
border-color css
<style>
span { border-color: #748959; }
span { border-color: rgb(116,137,89); }
td.TdClassName
{
border-color: #748959;
}
.TagClassName
{
border-color: #748959;
}
</style>