Shades of Amulet #749666
Tints of Amulet #749666
RGB
CMYK
RGB Variations
Color information
#749666 (or 0x749666) is known color: Amulet. HEX triplet: 74, 96 and 66. RGB value is (116,150,102). Sum of RGB (Red+Green+Blue) = 116+150+102=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #749666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749666 is #8B6999. Grayscale: #868686. Windows color (decimal): -9136538 or 6723188. OLE color: 6723188.
HSL color Cylindrical-coordinate representation of color #749666: hue angle of 102.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #749666 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 102 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.41 |
| HSL | 102.5º | 0.19% | 0.49% | - |
| HSV(B) | 102.5º | 0.32% | 0.59% | - |
| XYZ | 20.51 | 26.49 | 16.6 | - |
| YUV | 134.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 102 | 0.23 | 0 | 0.32 | 0.41 | 102.5 | 0.19 | 0.49 |
| Hex | 74 | 96 | 66 | 17 | 0 | 20 | 29 | 66 | 13 | 31 |
| Octal | 164 | 226 | 146 | 27 | 0 | 40 | 51 | 146 | 23 | 61 |
| Binary | 1110100 | 10010110 | 1100110 | 10111 | 0 | 100000 | 101001 | 1100110 | 10011 | 110001 |
Color Harmonies of #749666
Complementary color
Monochromatic Colors of #749666
Black with #749666
Text Example
Text Example
White with #749666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749666; }
p { color: rgb(116,150,102); }
H1.HeaderClassName
{
color: #749666;
}
.AnyTagClassName
{
color: #749666;
}
</style>
background-color css
<style>
a { background-color: #749666; }
a { background-color: rgb(116,150,102); }
div.DivClassName
{
background-color: #749666;
}
.BgClassName
{
background-color: #749666;
}
</style>
border-color css
<style>
span { border-color: #749666; }
span { border-color: rgb(116,150,102); }
td.TdClassName
{
border-color: #749666;
}
.TagClassName
{
border-color: #749666;
}
</style>