Shades of Amulet #749968
Tints of Amulet #749968
RGB
CMYK
RGB Variations
Color information
#749968 (or 0x749968) is known color: Amulet. HEX triplet: 74, 99 and 68. RGB value is (116,153,104). Sum of RGB (Red+Green+Blue) = 116+153+104=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #749968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749968 is #8B6697. Grayscale: #888888. Windows color (decimal): -9135768 or 6855028. OLE color: 6855028.
HSL color Cylindrical-coordinate representation of color #749968: hue angle of 105.31º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #749968 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 104 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.4 |
| HSL | 105.31º | 0.19% | 0.5% | - |
| HSV(B) | 105.31º | 0.32% | 0.6% | - |
| XYZ | 21.09 | 27.49 | 17.29 | - |
| YUV | 136.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 104 | 0.24 | 0 | 0.32 | 0.4 | 105.31 | 0.19 | 0.5 |
| Hex | 74 | 99 | 68 | 18 | 0 | 20 | 28 | 69 | 13 | 32 |
| Octal | 164 | 231 | 150 | 30 | 0 | 40 | 50 | 151 | 23 | 62 |
| Binary | 1110100 | 10011001 | 1101000 | 11000 | 0 | 100000 | 101000 | 1101001 | 10011 | 110010 |
Color Harmonies of #749968
Complementary color
Monochromatic Colors of #749968
Black with #749968
Text Example
Text Example
White with #749968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749968; }
p { color: rgb(116,153,104); }
H1.HeaderClassName
{
color: #749968;
}
.AnyTagClassName
{
color: #749968;
}
</style>
background-color css
<style>
a { background-color: #749968; }
a { background-color: rgb(116,153,104); }
div.DivClassName
{
background-color: #749968;
}
.BgClassName
{
background-color: #749968;
}
</style>
border-color css
<style>
span { border-color: #749968; }
span { border-color: rgb(116,153,104); }
td.TdClassName
{
border-color: #749968;
}
.TagClassName
{
border-color: #749968;
}
</style>