Shades of Amulet #70A261
Tints of Amulet #70A261
RGB
CMYK
RGB Variations
Color information
#70A261 (or 0x70A261) is known color: Amulet. HEX triplet: 70, A2 and 61. RGB value is (112,162,97). Sum of RGB (Red+Green+Blue) = 112+162+97=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #70A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A261 is #8F5D9E. Grayscale: #8B8B8B. Windows color (decimal): -9395615 or 6398576. OLE color: 6398576.
HSL color Cylindrical-coordinate representation of color #70A261: hue angle of 106.15º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70A261 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 97 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.36 |
| HSL | 106.15º | 0.26% | 0.51% | - |
| HSV(B) | 106.15º | 0.4% | 0.64% | - |
| XYZ | 21.76 | 30.15 | 15.98 | - |
| YUV | 139.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 97 | 0.31 | 0 | 0.40 | 0.36 | 106.15 | 0.26 | 0.51 |
| Hex | 70 | A2 | 61 | 1F | 0 | 28 | 24 | 6A | 1A | 33 |
| Octal | 160 | 242 | 141 | 37 | 0 | 50 | 44 | 152 | 32 | 63 |
| Binary | 1110000 | 10100010 | 1100001 | 11111 | 0 | 101000 | 100100 | 1101010 | 11010 | 110011 |
Color Harmonies of #70A261
Complementary color
Monochromatic Colors of #70A261
Black with #70A261
Text Example
Text Example
White with #70A261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A261; }
p { color: rgb(112,162,97); }
H1.HeaderClassName
{
color: #70A261;
}
.AnyTagClassName
{
color: #70A261;
}
</style>
background-color css
<style>
a { background-color: #70A261; }
a { background-color: rgb(112,162,97); }
div.DivClassName
{
background-color: #70A261;
}
.BgClassName
{
background-color: #70A261;
}
</style>
border-color css
<style>
span { border-color: #70A261; }
span { border-color: rgb(112,162,97); }
td.TdClassName
{
border-color: #70A261;
}
.TagClassName
{
border-color: #70A261;
}
</style>