Shades of Amulet #74A662
Tints of Amulet #74A662
RGB
CMYK
RGB Variations
Color information
#74A662 (or 0x74A662) is known color: Amulet. HEX triplet: 74, A6 and 62. RGB value is (116,166,98). Sum of RGB (Red+Green+Blue) = 116+166+98=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #74A662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A662 is #8B599D. Grayscale: #8F8F8F. Windows color (decimal): -9132446 or 6465140. OLE color: 6465140.
HSL color Cylindrical-coordinate representation of color #74A662: hue angle of 104.12º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74A662 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 98 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.35 |
| HSL | 104.12º | 0.28% | 0.52% | - |
| HSV(B) | 104.12º | 0.41% | 0.65% | - |
| XYZ | 23.04 | 31.87 | 16.49 | - |
| YUV | 143.3 | 102.44 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 98 | 0.30 | 0 | 0.41 | 0.35 | 104.12 | 0.28 | 0.52 |
| Hex | 74 | A6 | 62 | 1E | 0 | 29 | 23 | 68 | 1C | 34 |
| Octal | 164 | 246 | 142 | 36 | 0 | 51 | 43 | 150 | 34 | 64 |
| Binary | 1110100 | 10100110 | 1100010 | 11110 | 0 | 101001 | 100011 | 1101000 | 11100 | 110100 |
Color Harmonies of #74A662
Complementary color
Monochromatic Colors of #74A662
Black with #74A662
Text Example
Text Example
White with #74A662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A662; }
p { color: rgb(116,166,98); }
H1.HeaderClassName
{
color: #74A662;
}
.AnyTagClassName
{
color: #74A662;
}
</style>
background-color css
<style>
a { background-color: #74A662; }
a { background-color: rgb(116,166,98); }
div.DivClassName
{
background-color: #74A662;
}
.BgClassName
{
background-color: #74A662;
}
</style>
border-color css
<style>
span { border-color: #74A662; }
span { border-color: rgb(116,166,98); }
td.TdClassName
{
border-color: #74A662;
}
.TagClassName
{
border-color: #74A662;
}
</style>