Shades of Amulet #70A463
Tints of Amulet #70A463
RGB
CMYK
RGB Variations
Color information
#70A463 (or 0x70A463) is known color: Amulet. HEX triplet: 70, A4 and 63. RGB value is (112,164,99). Sum of RGB (Red+Green+Blue) = 112+164+99=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #70A463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A463 is #8F5B9C. Grayscale: #8D8D8D. Windows color (decimal): -9395101 or 6530160. OLE color: 6530160.
HSL color Cylindrical-coordinate representation of color #70A463: hue angle of 108º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70A463 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 99 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.36 |
| HSL | 108º | 0.26% | 0.52% | - |
| HSV(B) | 108º | 0.4% | 0.64% | - |
| XYZ | 22.21 | 30.9 | 16.6 | - |
| YUV | 141.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 99 | 0.32 | 0 | 0.40 | 0.36 | 108 | 0.26 | 0.52 |
| Hex | 70 | A4 | 63 | 20 | 0 | 28 | 24 | 6C | 1A | 34 |
| Octal | 160 | 244 | 143 | 40 | 0 | 50 | 44 | 154 | 32 | 64 |
| Binary | 1110000 | 10100100 | 1100011 | 100000 | 0 | 101000 | 100100 | 1101100 | 11010 | 110100 |
Color Harmonies of #70A463
Complementary color
Monochromatic Colors of #70A463
Black with #70A463
Text Example
Text Example
White with #70A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A463; }
p { color: rgb(112,164,99); }
H1.HeaderClassName
{
color: #70A463;
}
.AnyTagClassName
{
color: #70A463;
}
</style>
background-color css
<style>
a { background-color: #70A463; }
a { background-color: rgb(112,164,99); }
div.DivClassName
{
background-color: #70A463;
}
.BgClassName
{
background-color: #70A463;
}
</style>
border-color css
<style>
span { border-color: #70A463; }
span { border-color: rgb(112,164,99); }
td.TdClassName
{
border-color: #70A463;
}
.TagClassName
{
border-color: #70A463;
}
</style>