Shades of Highland #748C49
Tints of Highland #748C49
RGB
CMYK
RGB Variations
Color information
#748C49 (or 0x748C49) is known color: Highland. HEX triplet: 74, 8C and 49. RGB value is (116,140,73). Sum of RGB (Red+Green+Blue) = 116+140+73=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #748C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748C49 is #8B73B6. Grayscale: #7D7D7D. Windows color (decimal): -9139127 or 4820084. OLE color: 4820084.
HSL color Cylindrical-coordinate representation of color #748C49: hue angle of 81.49º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748C49 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 73 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.45 |
| HSL | 81.49º | 0.31% | 0.42% | - |
| HSV(B) | 81.49º | 0.48% | 0.55% | - |
| XYZ | 17.78 | 22.95 | 9.8 | - |
| YUV | 125.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 73 | 0.17 | 0 | 0.48 | 0.45 | 81.49 | 0.31 | 0.42 |
| Hex | 74 | 8C | 49 | 11 | 0 | 30 | 2D | 51 | 1F | 2A |
| Octal | 164 | 214 | 111 | 21 | 0 | 60 | 55 | 121 | 37 | 52 |
| Binary | 1110100 | 10001100 | 1001001 | 10001 | 0 | 110000 | 101101 | 1010001 | 11111 | 101010 |
Color Harmonies of #748C49
Complementary color
Monochromatic Colors of #748C49
Black with #748C49
Text Example
Text Example
White with #748C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C49; }
p { color: rgb(116,140,73); }
H1.HeaderClassName
{
color: #748C49;
}
.AnyTagClassName
{
color: #748C49;
}
</style>
background-color css
<style>
a { background-color: #748C49; }
a { background-color: rgb(116,140,73); }
div.DivClassName
{
background-color: #748C49;
}
.BgClassName
{
background-color: #748C49;
}
</style>
border-color css
<style>
span { border-color: #748C49; }
span { border-color: rgb(116,140,73); }
td.TdClassName
{
border-color: #748C49;
}
.TagClassName
{
border-color: #748C49;
}
</style>