Shades of Highland #749664
Tints of Highland #749664
RGB
CMYK
RGB Variations
Color information
#749664 (or 0x749664) is known color: Highland. HEX triplet: 74, 96 and 64. RGB value is (116,150,100). Sum of RGB (Red+Green+Blue) = 116+150+100=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #749664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749664 is #8B699B. Grayscale: #868686. Windows color (decimal): -9136540 or 6592116. OLE color: 6592116.
HSL color Cylindrical-coordinate representation of color #749664: hue angle of 100.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749664 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 100 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.41 |
| HSL | 100.8º | 0.2% | 0.49% | - |
| HSV(B) | 100.8º | 0.33% | 0.59% | - |
| XYZ | 20.41 | 26.45 | 16.09 | - |
| YUV | 134.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 100 | 0.23 | 0 | 0.33 | 0.41 | 100.8 | 0.2 | 0.49 |
| Hex | 74 | 96 | 64 | 17 | 0 | 21 | 29 | 65 | 14 | 31 |
| Octal | 164 | 226 | 144 | 27 | 0 | 41 | 51 | 145 | 24 | 61 |
| Binary | 1110100 | 10010110 | 1100100 | 10111 | 0 | 100001 | 101001 | 1100101 | 10100 | 110001 |
Color Harmonies of #749664
Complementary color
Monochromatic Colors of #749664
Black with #749664
Text Example
Text Example
White with #749664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749664; }
p { color: rgb(116,150,100); }
H1.HeaderClassName
{
color: #749664;
}
.AnyTagClassName
{
color: #749664;
}
</style>
background-color css
<style>
a { background-color: #749664; }
a { background-color: rgb(116,150,100); }
div.DivClassName
{
background-color: #749664;
}
.BgClassName
{
background-color: #749664;
}
</style>
border-color css
<style>
span { border-color: #749664; }
span { border-color: rgb(116,150,100); }
td.TdClassName
{
border-color: #749664;
}
.TagClassName
{
border-color: #749664;
}
</style>