Shades of Amulet #74AA70
Tints of Amulet #74AA70
RGB
CMYK
RGB Variations
Color information
#74AA70 (or 0x74AA70) is known color: Amulet. HEX triplet: 74, AA and 70. RGB value is (116,170,112). Sum of RGB (Red+Green+Blue) = 116+170+112=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA70 is #8B558F. Grayscale: #939393. Windows color (decimal): -9131408 or 7383668. OLE color: 7383668.
HSL color Cylindrical-coordinate representation of color #74AA70: hue angle of 115.86º 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 #74AA70 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 112 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.33 |
| HSL | 115.86º | 0.25% | 0.55% | - |
| HSV(B) | 115.86º | 0.34% | 0.67% | - |
| XYZ | 24.5 | 33.63 | 20.53 | - |
| YUV | 147.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 112 | 0.32 | 0 | 0.34 | 0.33 | 115.86 | 0.25 | 0.55 |
| Hex | 74 | AA | 70 | 20 | 0 | 22 | 21 | 74 | 19 | 37 |
| Octal | 164 | 252 | 160 | 40 | 0 | 42 | 41 | 164 | 31 | 67 |
| Binary | 1110100 | 10101010 | 1110000 | 100000 | 0 | 100010 | 100001 | 1110100 | 11001 | 110111 |
Color Harmonies of #74AA70
Complementary color
Monochromatic Colors of #74AA70
Black with #74AA70
Text Example
Text Example
White with #74AA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA70; }
p { color: rgb(116,170,112); }
H1.HeaderClassName
{
color: #74AA70;
}
.AnyTagClassName
{
color: #74AA70;
}
</style>
background-color css
<style>
a { background-color: #74AA70; }
a { background-color: rgb(116,170,112); }
div.DivClassName
{
background-color: #74AA70;
}
.BgClassName
{
background-color: #74AA70;
}
</style>
border-color css
<style>
span { border-color: #74AA70; }
span { border-color: rgb(116,170,112); }
td.TdClassName
{
border-color: #74AA70;
}
.TagClassName
{
border-color: #74AA70;
}
</style>