Shades of Amulet #70A36E
Tints of Amulet #70A36E
RGB
CMYK
RGB Variations
Color information
#70A36E (or 0x70A36E) is known color: Amulet. HEX triplet: 70, A3 and 6E. RGB value is (112,163,110). Sum of RGB (Red+Green+Blue) = 112+163+110=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #70A36E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A36E is #8F5C91. Grayscale: #8D8D8D. Windows color (decimal): -9395346 or 7250800. OLE color: 7250800.
HSL color Cylindrical-coordinate representation of color #70A36E: hue angle of 117.74º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A36E is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 110 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.36 |
| HSL | 117.74º | 0.22% | 0.54% | - |
| HSV(B) | 117.74º | 0.33% | 0.64% | - |
| XYZ | 22.59 | 30.76 | 19.5 | - |
| YUV | 141.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 110 | 0.31 | 0 | 0.33 | 0.36 | 117.74 | 0.22 | 0.54 |
| Hex | 70 | A3 | 6E | 1F | 0 | 21 | 24 | 76 | 16 | 36 |
| Octal | 160 | 243 | 156 | 37 | 0 | 41 | 44 | 166 | 26 | 66 |
| Binary | 1110000 | 10100011 | 1101110 | 11111 | 0 | 100001 | 100100 | 1110110 | 10110 | 110110 |
Color Harmonies of #70A36E
Complementary color
Monochromatic Colors of #70A36E
Black with #70A36E
Text Example
Text Example
White with #70A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A36E; }
p { color: rgb(112,163,110); }
H1.HeaderClassName
{
color: #70A36E;
}
.AnyTagClassName
{
color: #70A36E;
}
</style>
background-color css
<style>
a { background-color: #70A36E; }
a { background-color: rgb(112,163,110); }
div.DivClassName
{
background-color: #70A36E;
}
.BgClassName
{
background-color: #70A36E;
}
</style>
border-color css
<style>
span { border-color: #70A36E; }
span { border-color: rgb(112,163,110); }
td.TdClassName
{
border-color: #70A36E;
}
.TagClassName
{
border-color: #70A36E;
}
</style>