Shades of Amulet #74A166
Tints of Amulet #74A166
RGB
CMYK
RGB Variations
Color information
#74A166 (or 0x74A166) is known color: Amulet. HEX triplet: 74, A1 and 66. RGB value is (116,161,102). Sum of RGB (Red+Green+Blue) = 116+161+102=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #74A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A166 is #8B5E99. Grayscale: #8D8D8D. Windows color (decimal): -9133722 or 6726004. OLE color: 6726004.
HSL color Cylindrical-coordinate representation of color #74A166: hue angle of 105.76º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74A166 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 102 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.37 |
| HSL | 105.76º | 0.24% | 0.52% | - |
| HSV(B) | 105.76º | 0.37% | 0.63% | - |
| XYZ | 22.35 | 30.16 | 17.21 | - |
| YUV | 140.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 102 | 0.28 | 0 | 0.37 | 0.37 | 105.76 | 0.24 | 0.52 |
| Hex | 74 | A1 | 66 | 1C | 0 | 25 | 25 | 6A | 18 | 34 |
| Octal | 164 | 241 | 146 | 34 | 0 | 45 | 45 | 152 | 30 | 64 |
| Binary | 1110100 | 10100001 | 1100110 | 11100 | 0 | 100101 | 100101 | 1101010 | 11000 | 110100 |
Color Harmonies of #74A166
Complementary color
Monochromatic Colors of #74A166
Black with #74A166
Text Example
Text Example
White with #74A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A166; }
p { color: rgb(116,161,102); }
H1.HeaderClassName
{
color: #74A166;
}
.AnyTagClassName
{
color: #74A166;
}
</style>
background-color css
<style>
a { background-color: #74A166; }
a { background-color: rgb(116,161,102); }
div.DivClassName
{
background-color: #74A166;
}
.BgClassName
{
background-color: #74A166;
}
</style>
border-color css
<style>
span { border-color: #74A166; }
span { border-color: rgb(116,161,102); }
td.TdClassName
{
border-color: #74A166;
}
.TagClassName
{
border-color: #74A166;
}
</style>