Shades of Amulet #70A46A
Tints of Amulet #70A46A
RGB
CMYK
RGB Variations
Color information
#70A46A (or 0x70A46A) is known color: Amulet. HEX triplet: 70, A4 and 6A. RGB value is (112,164,106). Sum of RGB (Red+Green+Blue) = 112+164+106=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #70A46A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A46A is #8F5B95. Grayscale: #8E8E8E. Windows color (decimal): -9395094 or 6988912. OLE color: 6988912.
HSL color Cylindrical-coordinate representation of color #70A46A: hue angle of 113.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70A46A is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 106 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.36 |
| HSL | 113.79º | 0.24% | 0.53% | - |
| HSV(B) | 113.79º | 0.35% | 0.64% | - |
| XYZ | 22.56 | 31.04 | 18.44 | - |
| YUV | 141.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 106 | 0.32 | 0 | 0.35 | 0.36 | 113.79 | 0.24 | 0.53 |
| Hex | 70 | A4 | 6A | 20 | 0 | 23 | 24 | 72 | 18 | 35 |
| Octal | 160 | 244 | 152 | 40 | 0 | 43 | 44 | 162 | 30 | 65 |
| Binary | 1110000 | 10100100 | 1101010 | 100000 | 0 | 100011 | 100100 | 1110010 | 11000 | 110101 |
Color Harmonies of #70A46A
Complementary color
Monochromatic Colors of #70A46A
Black with #70A46A
Text Example
Text Example
White with #70A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A46A; }
p { color: rgb(112,164,106); }
H1.HeaderClassName
{
color: #70A46A;
}
.AnyTagClassName
{
color: #70A46A;
}
</style>
background-color css
<style>
a { background-color: #70A46A; }
a { background-color: rgb(112,164,106); }
div.DivClassName
{
background-color: #70A46A;
}
.BgClassName
{
background-color: #70A46A;
}
</style>
border-color css
<style>
span { border-color: #70A46A; }
span { border-color: rgb(112,164,106); }
td.TdClassName
{
border-color: #70A46A;
}
.TagClassName
{
border-color: #70A46A;
}
</style>