Shades of Highland #748D55
Tints of Highland #748D55
RGB
CMYK
RGB Variations
Color information
#748D55 (or 0x748D55) is known color: Highland. HEX triplet: 74, 8D and 55. RGB value is (116,141,85). Sum of RGB (Red+Green+Blue) = 116+141+85=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #748D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D55 is #8B72AA. Grayscale: #7F7F7F. Windows color (decimal): -9138859 or 5606772. OLE color: 5606772.
HSL color Cylindrical-coordinate representation of color #748D55: hue angle of 86.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #748D55 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 85 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.45 |
| HSL | 86.79º | 0.25% | 0.44% | - |
| HSV(B) | 86.79º | 0.4% | 0.55% | - |
| XYZ | 18.37 | 23.42 | 12.15 | - |
| YUV | 127.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 85 | 0.18 | 0 | 0.40 | 0.45 | 86.79 | 0.25 | 0.44 |
| Hex | 74 | 8D | 55 | 12 | 0 | 28 | 2D | 57 | 19 | 2C |
| Octal | 164 | 215 | 125 | 22 | 0 | 50 | 55 | 127 | 31 | 54 |
| Binary | 1110100 | 10001101 | 1010101 | 10010 | 0 | 101000 | 101101 | 1010111 | 11001 | 101100 |
Color Harmonies of #748D55
Complementary color
Monochromatic Colors of #748D55
Black with #748D55
Text Example
Text Example
White with #748D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D55; }
p { color: rgb(116,141,85); }
H1.HeaderClassName
{
color: #748D55;
}
.AnyTagClassName
{
color: #748D55;
}
</style>
background-color css
<style>
a { background-color: #748D55; }
a { background-color: rgb(116,141,85); }
div.DivClassName
{
background-color: #748D55;
}
.BgClassName
{
background-color: #748D55;
}
</style>
border-color css
<style>
span { border-color: #748D55; }
span { border-color: rgb(116,141,85); }
td.TdClassName
{
border-color: #748D55;
}
.TagClassName
{
border-color: #748D55;
}
</style>