Shades of Amulet #70A866
Tints of Amulet #70A866
RGB
CMYK
RGB Variations
Color information
#70A866 (or 0x70A866) is known color: Amulet. HEX triplet: 70, A8 and 66. RGB value is (112,168,102). Sum of RGB (Red+Green+Blue) = 112+168+102=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #70A866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A866 is #8F5799. Grayscale: #8F8F8F. Windows color (decimal): -9394074 or 6727792. OLE color: 6727792.
HSL color Cylindrical-coordinate representation of color #70A866: hue angle of 110.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70A866 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 168 | 102 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.34 |
| HSL | 110.91º | 0.28% | 0.53% | - |
| HSV(B) | 110.91º | 0.39% | 0.66% | - |
| XYZ | 23.08 | 32.41 | 17.61 | - |
| YUV | 143.73 | 104.45 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 102 | 0.33 | 0 | 0.39 | 0.34 | 110.91 | 0.28 | 0.53 |
| Hex | 70 | A8 | 66 | 21 | 0 | 27 | 22 | 6F | 1C | 35 |
| Octal | 160 | 250 | 146 | 41 | 0 | 47 | 42 | 157 | 34 | 65 |
| Binary | 1110000 | 10101000 | 1100110 | 100001 | 0 | 100111 | 100010 | 1101111 | 11100 | 110101 |
Color Harmonies of #70A866
Complementary color
Monochromatic Colors of #70A866
Black with #70A866
Text Example
Text Example
White with #70A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A866; }
p { color: rgb(112,168,102); }
H1.HeaderClassName
{
color: #70A866;
}
.AnyTagClassName
{
color: #70A866;
}
</style>
background-color css
<style>
a { background-color: #70A866; }
a { background-color: rgb(112,168,102); }
div.DivClassName
{
background-color: #70A866;
}
.BgClassName
{
background-color: #70A866;
}
</style>
border-color css
<style>
span { border-color: #70A866; }
span { border-color: rgb(112,168,102); }
td.TdClassName
{
border-color: #70A866;
}
.TagClassName
{
border-color: #70A866;
}
</style>