Shades of Amulet #70A76A
Tints of Amulet #70A76A
RGB
CMYK
RGB Variations
Color information
#70A76A (or 0x70A76A) is known color: Amulet. HEX triplet: 70, A7 and 6A. RGB value is (112,167,106). Sum of RGB (Red+Green+Blue) = 112+167+106=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #70A76A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A76A is #8F5895. Grayscale: #8F8F8F. Windows color (decimal): -9394326 or 6989680. OLE color: 6989680.
HSL color Cylindrical-coordinate representation of color #70A76A: hue angle of 114.1º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70A76A is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 167 | 106 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.35 |
| HSL | 114.1º | 0.26% | 0.54% | - |
| HSV(B) | 114.1º | 0.37% | 0.65% | - |
| XYZ | 23.1 | 32.12 | 18.62 | - |
| YUV | 143.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 106 | 0.33 | 0 | 0.37 | 0.35 | 114.1 | 0.26 | 0.54 |
| Hex | 70 | A7 | 6A | 21 | 0 | 25 | 23 | 72 | 1A | 36 |
| Octal | 160 | 247 | 152 | 41 | 0 | 45 | 43 | 162 | 32 | 66 |
| Binary | 1110000 | 10100111 | 1101010 | 100001 | 0 | 100101 | 100011 | 1110010 | 11010 | 110110 |
Color Harmonies of #70A76A
Complementary color
Monochromatic Colors of #70A76A
Black with #70A76A
Text Example
Text Example
White with #70A76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A76A; }
p { color: rgb(112,167,106); }
H1.HeaderClassName
{
color: #70A76A;
}
.AnyTagClassName
{
color: #70A76A;
}
</style>
background-color css
<style>
a { background-color: #70A76A; }
a { background-color: rgb(112,167,106); }
div.DivClassName
{
background-color: #70A76A;
}
.BgClassName
{
background-color: #70A76A;
}
</style>
border-color css
<style>
span { border-color: #70A76A; }
span { border-color: rgb(112,167,106); }
td.TdClassName
{
border-color: #70A76A;
}
.TagClassName
{
border-color: #70A76A;
}
</style>