Shades of Amulet #74A271
Tints of Amulet #74A271
RGB
CMYK
RGB Variations
Color information
#74A271 (or 0x74A271) is known color: Amulet. HEX triplet: 74, A2 and 71. RGB value is (116,162,113). Sum of RGB (Red+Green+Blue) = 116+162+113=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #74A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A271 is #8B5D8E. Grayscale: #8E8E8E. Windows color (decimal): -9133455 or 7447156. OLE color: 7447156.
HSL color Cylindrical-coordinate representation of color #74A271: hue angle of 116.33º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74A271 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 113 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.36 |
| HSL | 116.33º | 0.21% | 0.54% | - |
| HSV(B) | 116.33º | 0.3% | 0.64% | - |
| XYZ | 23.1 | 30.75 | 20.34 | - |
| YUV | 142.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 113 | 0.28 | 0 | 0.30 | 0.36 | 116.33 | 0.21 | 0.54 |
| Hex | 74 | A2 | 71 | 1C | 0 | 1E | 24 | 74 | 15 | 36 |
| Octal | 164 | 242 | 161 | 34 | 0 | 36 | 44 | 164 | 25 | 66 |
| Binary | 1110100 | 10100010 | 1110001 | 11100 | 0 | 11110 | 100100 | 1110100 | 10101 | 110110 |
Color Harmonies of #74A271
Complementary color
Monochromatic Colors of #74A271
Black with #74A271
Text Example
Text Example
White with #74A271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A271; }
p { color: rgb(116,162,113); }
H1.HeaderClassName
{
color: #74A271;
}
.AnyTagClassName
{
color: #74A271;
}
</style>
background-color css
<style>
a { background-color: #74A271; }
a { background-color: rgb(116,162,113); }
div.DivClassName
{
background-color: #74A271;
}
.BgClassName
{
background-color: #74A271;
}
</style>
border-color css
<style>
span { border-color: #74A271; }
span { border-color: rgb(116,162,113); }
td.TdClassName
{
border-color: #74A271;
}
.TagClassName
{
border-color: #74A271;
}
</style>