Shades of Amulet #749970
Tints of Amulet #749970
RGB
CMYK
RGB Variations
Color information
#749970 (or 0x749970) is known color: Amulet. HEX triplet: 74, 99 and 70. RGB value is (116,153,112). Sum of RGB (Red+Green+Blue) = 116+153+112=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #749970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749970 is #8B668F. Grayscale: #898989. Windows color (decimal): -9135760 or 7379316. OLE color: 7379316.
HSL color Cylindrical-coordinate representation of color #749970: hue angle of 114.15º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #749970 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 112 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.4 |
| HSL | 114.15º | 0.17% | 0.52% | - |
| HSV(B) | 114.15º | 0.27% | 0.6% | - |
| XYZ | 21.52 | 27.67 | 19.54 | - |
| YUV | 137.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 112 | 0.24 | 0 | 0.27 | 0.4 | 114.15 | 0.17 | 0.52 |
| Hex | 74 | 99 | 70 | 18 | 0 | 1B | 28 | 72 | 11 | 34 |
| Octal | 164 | 231 | 160 | 30 | 0 | 33 | 50 | 162 | 21 | 64 |
| Binary | 1110100 | 10011001 | 1110000 | 11000 | 0 | 11011 | 101000 | 1110010 | 10001 | 110100 |
Color Harmonies of #749970
Complementary color
Monochromatic Colors of #749970
Black with #749970
Text Example
Text Example
White with #749970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749970; }
p { color: rgb(116,153,112); }
H1.HeaderClassName
{
color: #749970;
}
.AnyTagClassName
{
color: #749970;
}
</style>
background-color css
<style>
a { background-color: #749970; }
a { background-color: rgb(116,153,112); }
div.DivClassName
{
background-color: #749970;
}
.BgClassName
{
background-color: #749970;
}
</style>
border-color css
<style>
span { border-color: #749970; }
span { border-color: rgb(116,153,112); }
td.TdClassName
{
border-color: #749970;
}
.TagClassName
{
border-color: #749970;
}
</style>