Shades of Amulet #74A06E
Tints of Amulet #74A06E
RGB
CMYK
RGB Variations
Color information
#74A06E (or 0x74A06E) is known color: Amulet. HEX triplet: 74, A0 and 6E. RGB value is (116,160,110). Sum of RGB (Red+Green+Blue) = 116+160+110=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #74A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A06E is #8B5F91. Grayscale: #8D8D8D. Windows color (decimal): -9133970 or 7250036. OLE color: 7250036.
HSL color Cylindrical-coordinate representation of color #74A06E: hue angle of 112.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A06E is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 110 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.37 |
| HSL | 112.8º | 0.21% | 0.53% | - |
| HSV(B) | 112.8º | 0.31% | 0.63% | - |
| XYZ | 22.59 | 29.98 | 19.35 | - |
| YUV | 141.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 110 | 0.28 | 0 | 0.31 | 0.37 | 112.8 | 0.21 | 0.53 |
| Hex | 74 | A0 | 6E | 1C | 0 | 1F | 25 | 71 | 15 | 35 |
| Octal | 164 | 240 | 156 | 34 | 0 | 37 | 45 | 161 | 25 | 65 |
| Binary | 1110100 | 10100000 | 1101110 | 11100 | 0 | 11111 | 100101 | 1110001 | 10101 | 110101 |
Color Harmonies of #74A06E
Complementary color
Monochromatic Colors of #74A06E
Black with #74A06E
Text Example
Text Example
White with #74A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A06E; }
p { color: rgb(116,160,110); }
H1.HeaderClassName
{
color: #74A06E;
}
.AnyTagClassName
{
color: #74A06E;
}
</style>
background-color css
<style>
a { background-color: #74A06E; }
a { background-color: rgb(116,160,110); }
div.DivClassName
{
background-color: #74A06E;
}
.BgClassName
{
background-color: #74A06E;
}
</style>
border-color css
<style>
span { border-color: #74A06E; }
span { border-color: rgb(116,160,110); }
td.TdClassName
{
border-color: #74A06E;
}
.TagClassName
{
border-color: #74A06E;
}
</style>