Shades of Amulet #74A06F
Tints of Amulet #74A06F
RGB
CMYK
RGB Variations
Color information
#74A06F (or 0x74A06F) is known color: Amulet. HEX triplet: 74, A0 and 6F. RGB value is (116,160,111). Sum of RGB (Red+Green+Blue) = 116+160+111=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #74A06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A06F is #8B5F90. Grayscale: #8D8D8D. Windows color (decimal): -9133969 or 7315572. OLE color: 7315572.
HSL color Cylindrical-coordinate representation of color #74A06F: hue angle of 113.88º 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 #74A06F is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 111 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.37 |
| HSL | 113.88º | 0.21% | 0.53% | - |
| HSV(B) | 113.88º | 0.31% | 0.63% | - |
| XYZ | 22.64 | 30 | 19.64 | - |
| YUV | 141.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 111 | 0.28 | 0 | 0.31 | 0.37 | 113.88 | 0.21 | 0.53 |
| Hex | 74 | A0 | 6F | 1C | 0 | 1F | 25 | 72 | 15 | 35 |
| Octal | 164 | 240 | 157 | 34 | 0 | 37 | 45 | 162 | 25 | 65 |
| Binary | 1110100 | 10100000 | 1101111 | 11100 | 0 | 11111 | 100101 | 1110010 | 10101 | 110101 |
Color Harmonies of #74A06F
Complementary color
Monochromatic Colors of #74A06F
Black with #74A06F
Text Example
Text Example
White with #74A06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A06F; }
p { color: rgb(116,160,111); }
H1.HeaderClassName
{
color: #74A06F;
}
.AnyTagClassName
{
color: #74A06F;
}
</style>
background-color css
<style>
a { background-color: #74A06F; }
a { background-color: rgb(116,160,111); }
div.DivClassName
{
background-color: #74A06F;
}
.BgClassName
{
background-color: #74A06F;
}
</style>
border-color css
<style>
span { border-color: #74A06F; }
span { border-color: rgb(116,160,111); }
td.TdClassName
{
border-color: #74A06F;
}
.TagClassName
{
border-color: #74A06F;
}
</style>