Shades of Amulet #74AA71
Tints of Amulet #74AA71
RGB
CMYK
RGB Variations
Color information
#74AA71 (or 0x74AA71) is known color: Amulet. HEX triplet: 74, AA and 71. RGB value is (116,170,113). Sum of RGB (Red+Green+Blue) = 116+170+113=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA71 is #8B558E. Grayscale: #939393. Windows color (decimal): -9131407 or 7449204. OLE color: 7449204.
HSL color Cylindrical-coordinate representation of color #74AA71: hue angle of 116.84º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74AA71 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 113 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.33 |
| HSL | 116.84º | 0.25% | 0.55% | - |
| HSV(B) | 116.84º | 0.34% | 0.67% | - |
| XYZ | 24.56 | 33.65 | 20.82 | - |
| YUV | 147.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 113 | 0.32 | 0 | 0.34 | 0.33 | 116.84 | 0.25 | 0.55 |
| Hex | 74 | AA | 71 | 20 | 0 | 22 | 21 | 75 | 19 | 37 |
| Octal | 164 | 252 | 161 | 40 | 0 | 42 | 41 | 165 | 31 | 67 |
| Binary | 1110100 | 10101010 | 1110001 | 100000 | 0 | 100010 | 100001 | 1110101 | 11001 | 110111 |
Color Harmonies of #74AA71
Complementary color
Monochromatic Colors of #74AA71
Black with #74AA71
Text Example
Text Example
White with #74AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA71; }
p { color: rgb(116,170,113); }
H1.HeaderClassName
{
color: #74AA71;
}
.AnyTagClassName
{
color: #74AA71;
}
</style>
background-color css
<style>
a { background-color: #74AA71; }
a { background-color: rgb(116,170,113); }
div.DivClassName
{
background-color: #74AA71;
}
.BgClassName
{
background-color: #74AA71;
}
</style>
border-color css
<style>
span { border-color: #74AA71; }
span { border-color: rgb(116,170,113); }
td.TdClassName
{
border-color: #74AA71;
}
.TagClassName
{
border-color: #74AA71;
}
</style>