Shades of Highland #748D56
Tints of Highland #748D56
RGB
CMYK
RGB Variations
Color information
#748D56 (or 0x748D56) is known color: Highland. HEX triplet: 74, 8D and 56. RGB value is (116,141,86). Sum of RGB (Red+Green+Blue) = 116+141+86=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #748D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D56 is #8B72A9. Grayscale: #7F7F7F. Windows color (decimal): -9138858 or 5672308. OLE color: 5672308.
HSL color Cylindrical-coordinate representation of color #748D56: hue angle of 87.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748D56 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 86 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.45 |
| HSL | 87.27º | 0.24% | 0.45% | - |
| HSV(B) | 87.27º | 0.39% | 0.55% | - |
| XYZ | 18.41 | 23.43 | 12.36 | - |
| YUV | 127.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 86 | 0.18 | 0 | 0.39 | 0.45 | 87.27 | 0.24 | 0.45 |
| Hex | 74 | 8D | 56 | 12 | 0 | 27 | 2D | 57 | 18 | 2D |
| Octal | 164 | 215 | 126 | 22 | 0 | 47 | 55 | 127 | 30 | 55 |
| Binary | 1110100 | 10001101 | 1010110 | 10010 | 0 | 100111 | 101101 | 1010111 | 11000 | 101101 |
Color Harmonies of #748D56
Complementary color
Monochromatic Colors of #748D56
Black with #748D56
Text Example
Text Example
White with #748D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D56; }
p { color: rgb(116,141,86); }
H1.HeaderClassName
{
color: #748D56;
}
.AnyTagClassName
{
color: #748D56;
}
</style>
background-color css
<style>
a { background-color: #748D56; }
a { background-color: rgb(116,141,86); }
div.DivClassName
{
background-color: #748D56;
}
.BgClassName
{
background-color: #748D56;
}
</style>
border-color css
<style>
span { border-color: #748D56; }
span { border-color: rgb(116,141,86); }
td.TdClassName
{
border-color: #748D56;
}
.TagClassName
{
border-color: #748D56;
}
</style>