Shades of Highland #748D60
Tints of Highland #748D60
RGB
CMYK
RGB Variations
Color information
#748D60 (or 0x748D60) is known color: Highland. HEX triplet: 74, 8D and 60. RGB value is (116,141,96). Sum of RGB (Red+Green+Blue) = 116+141+96=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #748D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D60 is #8B729F. Grayscale: #808080. Windows color (decimal): -9138848 or 6327668. OLE color: 6327668.
HSL color Cylindrical-coordinate representation of color #748D60: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #748D60 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 96 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.45 |
| HSL | 93.33º | 0.19% | 0.46% | - |
| HSV(B) | 93.33º | 0.32% | 0.55% | - |
| XYZ | 18.84 | 23.61 | 14.63 | - |
| YUV | 128.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 96 | 0.18 | 0 | 0.32 | 0.45 | 93.33 | 0.19 | 0.46 |
| Hex | 74 | 8D | 60 | 12 | 0 | 20 | 2D | 5D | 13 | 2E |
| Octal | 164 | 215 | 140 | 22 | 0 | 40 | 55 | 135 | 23 | 56 |
| Binary | 1110100 | 10001101 | 1100000 | 10010 | 0 | 100000 | 101101 | 1011101 | 10011 | 101110 |
Color Harmonies of #748D60
Complementary color
Monochromatic Colors of #748D60
Black with #748D60
Text Example
Text Example
White with #748D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D60; }
p { color: rgb(116,141,96); }
H1.HeaderClassName
{
color: #748D60;
}
.AnyTagClassName
{
color: #748D60;
}
</style>
background-color css
<style>
a { background-color: #748D60; }
a { background-color: rgb(116,141,96); }
div.DivClassName
{
background-color: #748D60;
}
.BgClassName
{
background-color: #748D60;
}
</style>
border-color css
<style>
span { border-color: #748D60; }
span { border-color: rgb(116,141,96); }
td.TdClassName
{
border-color: #748D60;
}
.TagClassName
{
border-color: #748D60;
}
</style>