Shades of Highland #748D64
Tints of Highland #748D64
RGB
CMYK
RGB Variations
Color information
#748D64 (or 0x748D64) is known color: Highland. HEX triplet: 74, 8D and 64. RGB value is (116,141,100). Sum of RGB (Red+Green+Blue) = 116+141+100=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #748D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D64 is #8B729B. Grayscale: #808080. Windows color (decimal): -9138844 or 6589812. OLE color: 6589812.
HSL color Cylindrical-coordinate representation of color #748D64: hue angle of 96.59º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #748D64 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 141 | 100 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.45 |
| HSL | 96.59º | 0.17% | 0.47% | - |
| HSV(B) | 96.59º | 0.29% | 0.55% | - |
| XYZ | 19.03 | 23.68 | 15.62 | - |
| YUV | 128.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 100 | 0.18 | 0 | 0.29 | 0.45 | 96.59 | 0.17 | 0.47 |
| Hex | 74 | 8D | 64 | 12 | 0 | 1D | 2D | 61 | 11 | 2F |
| Octal | 164 | 215 | 144 | 22 | 0 | 35 | 55 | 141 | 21 | 57 |
| Binary | 1110100 | 10001101 | 1100100 | 10010 | 0 | 11101 | 101101 | 1100001 | 10001 | 101111 |
Color Harmonies of #748D64
Complementary color
Monochromatic Colors of #748D64
Black with #748D64
Text Example
Text Example
White with #748D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748D64; }
p { color: rgb(116,141,100); }
H1.HeaderClassName
{
color: #748D64;
}
.AnyTagClassName
{
color: #748D64;
}
</style>
background-color css
<style>
a { background-color: #748D64; }
a { background-color: rgb(116,141,100); }
div.DivClassName
{
background-color: #748D64;
}
.BgClassName
{
background-color: #748D64;
}
</style>
border-color css
<style>
span { border-color: #748D64; }
span { border-color: rgb(116,141,100); }
td.TdClassName
{
border-color: #748D64;
}
.TagClassName
{
border-color: #748D64;
}
</style>