Shades of Highland #748E5B
Tints of Highland #748E5B
RGB
CMYK
RGB Variations
Color information
#748E5B (or 0x748E5B) is known color: Highland. HEX triplet: 74, 8E and 5B. RGB value is (116,142,91). Sum of RGB (Red+Green+Blue) = 116+142+91=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #748E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748E5B is #8B71A4. Grayscale: #808080. Windows color (decimal): -9138597 or 6000244. OLE color: 6000244.
HSL color Cylindrical-coordinate representation of color #748E5B: hue angle of 90.59º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #748E5B is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 142 | 91 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.44 |
| HSL | 90.59º | 0.22% | 0.46% | - |
| HSV(B) | 90.59º | 0.36% | 0.56% | - |
| XYZ | 18.76 | 23.81 | 13.51 | - |
| YUV | 128.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 91 | 0.18 | 0 | 0.36 | 0.44 | 90.59 | 0.22 | 0.46 |
| Hex | 74 | 8E | 5B | 12 | 0 | 24 | 2C | 5B | 16 | 2E |
| Octal | 164 | 216 | 133 | 22 | 0 | 44 | 54 | 133 | 26 | 56 |
| Binary | 1110100 | 10001110 | 1011011 | 10010 | 0 | 100100 | 101100 | 1011011 | 10110 | 101110 |
Color Harmonies of #748E5B
Complementary color
Monochromatic Colors of #748E5B
Black with #748E5B
Text Example
Text Example
White with #748E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E5B; }
p { color: rgb(116,142,91); }
H1.HeaderClassName
{
color: #748E5B;
}
.AnyTagClassName
{
color: #748E5B;
}
</style>
background-color css
<style>
a { background-color: #748E5B; }
a { background-color: rgb(116,142,91); }
div.DivClassName
{
background-color: #748E5B;
}
.BgClassName
{
background-color: #748E5B;
}
</style>
border-color css
<style>
span { border-color: #748E5B; }
span { border-color: rgb(116,142,91); }
td.TdClassName
{
border-color: #748E5B;
}
.TagClassName
{
border-color: #748E5B;
}
</style>