Shades of Amulet #74A16C
Tints of Amulet #74A16C
RGB
CMYK
RGB Variations
Color information
#74A16C (or 0x74A16C) is known color: Amulet. HEX triplet: 74, A1 and 6C. RGB value is (116,161,108). Sum of RGB (Red+Green+Blue) = 116+161+108=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #74A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A16C is #8B5E93. Grayscale: #8D8D8D. Windows color (decimal): -9133716 or 7119220. OLE color: 7119220.
HSL color Cylindrical-coordinate representation of color #74A16C: hue angle of 110.94º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74A16C is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 108 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.37 |
| HSL | 110.94º | 0.22% | 0.53% | - |
| HSV(B) | 110.94º | 0.33% | 0.63% | - |
| XYZ | 22.65 | 30.29 | 18.84 | - |
| YUV | 141.5 | 109.09 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 108 | 0.28 | 0 | 0.33 | 0.37 | 110.94 | 0.22 | 0.53 |
| Hex | 74 | A1 | 6C | 1C | 0 | 21 | 25 | 6F | 16 | 35 |
| Octal | 164 | 241 | 154 | 34 | 0 | 41 | 45 | 157 | 26 | 65 |
| Binary | 1110100 | 10100001 | 1101100 | 11100 | 0 | 100001 | 100101 | 1101111 | 10110 | 110101 |
Color Harmonies of #74A16C
Complementary color
Monochromatic Colors of #74A16C
Black with #74A16C
Text Example
Text Example
White with #74A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A16C; }
p { color: rgb(116,161,108); }
H1.HeaderClassName
{
color: #74A16C;
}
.AnyTagClassName
{
color: #74A16C;
}
</style>
background-color css
<style>
a { background-color: #74A16C; }
a { background-color: rgb(116,161,108); }
div.DivClassName
{
background-color: #74A16C;
}
.BgClassName
{
background-color: #74A16C;
}
</style>
border-color css
<style>
span { border-color: #74A16C; }
span { border-color: rgb(116,161,108); }
td.TdClassName
{
border-color: #74A16C;
}
.TagClassName
{
border-color: #74A16C;
}
</style>