Shades of Amulet #70A26C
Tints of Amulet #70A26C
RGB
CMYK
RGB Variations
Color information
#70A26C (or 0x70A26C) is known color: Amulet. HEX triplet: 70, A2 and 6C. RGB value is (112,162,108). Sum of RGB (Red+Green+Blue) = 112+162+108=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #70A26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A26C is #8F5D93. Grayscale: #8D8D8D. Windows color (decimal): -9395604 or 7119472. OLE color: 7119472.
HSL color Cylindrical-coordinate representation of color #70A26C: hue angle of 115.56º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A26C is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 108 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.36 |
| HSL | 115.56º | 0.23% | 0.53% | - |
| HSV(B) | 115.56º | 0.33% | 0.64% | - |
| XYZ | 22.31 | 30.37 | 18.87 | - |
| YUV | 140.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 108 | 0.31 | 0 | 0.33 | 0.36 | 115.56 | 0.23 | 0.53 |
| Hex | 70 | A2 | 6C | 1F | 0 | 21 | 24 | 74 | 16 | 35 |
| Octal | 160 | 242 | 154 | 37 | 0 | 41 | 44 | 164 | 26 | 65 |
| Binary | 1110000 | 10100010 | 1101100 | 11111 | 0 | 100001 | 100100 | 1110100 | 10110 | 110101 |
Color Harmonies of #70A26C
Complementary color
Monochromatic Colors of #70A26C
Black with #70A26C
Text Example
Text Example
White with #70A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A26C; }
p { color: rgb(112,162,108); }
H1.HeaderClassName
{
color: #70A26C;
}
.AnyTagClassName
{
color: #70A26C;
}
</style>
background-color css
<style>
a { background-color: #70A26C; }
a { background-color: rgb(112,162,108); }
div.DivClassName
{
background-color: #70A26C;
}
.BgClassName
{
background-color: #70A26C;
}
</style>
border-color css
<style>
span { border-color: #70A26C; }
span { border-color: rgb(112,162,108); }
td.TdClassName
{
border-color: #70A26C;
}
.TagClassName
{
border-color: #70A26C;
}
</style>