Shades of Amulet #70AA68
Tints of Amulet #70AA68
RGB
CMYK
RGB Variations
Color information
#70AA68 (or 0x70AA68) is known color: Amulet. HEX triplet: 70, AA and 68. RGB value is (112,170,104). Sum of RGB (Red+Green+Blue) = 112+170+104=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA68 is #8F5597. Grayscale: #919191. Windows color (decimal): -9393560 or 6859376. OLE color: 6859376.
HSL color Cylindrical-coordinate representation of color #70AA68: hue angle of 112.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70AA68 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 104 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.33 |
| HSL | 112.73º | 0.28% | 0.54% | - |
| HSV(B) | 112.73º | 0.39% | 0.67% | - |
| XYZ | 23.56 | 33.19 | 18.26 | - |
| YUV | 145.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 104 | 0.34 | 0 | 0.39 | 0.33 | 112.73 | 0.28 | 0.54 |
| Hex | 70 | AA | 68 | 22 | 0 | 27 | 21 | 71 | 1C | 36 |
| Octal | 160 | 252 | 150 | 42 | 0 | 47 | 41 | 161 | 34 | 66 |
| Binary | 1110000 | 10101010 | 1101000 | 100010 | 0 | 100111 | 100001 | 1110001 | 11100 | 110110 |
Color Harmonies of #70AA68
Complementary color
Monochromatic Colors of #70AA68
Black with #70AA68
Text Example
Text Example
White with #70AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA68; }
p { color: rgb(112,170,104); }
H1.HeaderClassName
{
color: #70AA68;
}
.AnyTagClassName
{
color: #70AA68;
}
</style>
background-color css
<style>
a { background-color: #70AA68; }
a { background-color: rgb(112,170,104); }
div.DivClassName
{
background-color: #70AA68;
}
.BgClassName
{
background-color: #70AA68;
}
</style>
border-color css
<style>
span { border-color: #70AA68; }
span { border-color: rgb(112,170,104); }
td.TdClassName
{
border-color: #70AA68;
}
.TagClassName
{
border-color: #70AA68;
}
</style>