Shades of Amulet #70AB66
Tints of Amulet #70AB66
RGB
CMYK
RGB Variations
Color information
#70AB66 (or 0x70AB66) is known color: Amulet. HEX triplet: 70, AB and 66. RGB value is (112,171,102). Sum of RGB (Red+Green+Blue) = 112+171+102=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB66 is #8F5499. Grayscale: #919191. Windows color (decimal): -9393306 or 6728560. OLE color: 6728560.
HSL color Cylindrical-coordinate representation of color #70AB66: hue angle of 111.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70AB66 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 102 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.33 |
| HSL | 111.3º | 0.29% | 0.54% | - |
| HSV(B) | 111.3º | 0.4% | 0.67% | - |
| XYZ | 23.64 | 33.53 | 17.8 | - |
| YUV | 145.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 102 | 0.35 | 0 | 0.40 | 0.33 | 111.3 | 0.29 | 0.54 |
| Hex | 70 | AB | 66 | 23 | 0 | 28 | 21 | 6F | 1D | 36 |
| Octal | 160 | 253 | 146 | 43 | 0 | 50 | 41 | 157 | 35 | 66 |
| Binary | 1110000 | 10101011 | 1100110 | 100011 | 0 | 101000 | 100001 | 1101111 | 11101 | 110110 |
Color Harmonies of #70AB66
Complementary color
Monochromatic Colors of #70AB66
Black with #70AB66
Text Example
Text Example
White with #70AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB66; }
p { color: rgb(112,171,102); }
H1.HeaderClassName
{
color: #70AB66;
}
.AnyTagClassName
{
color: #70AB66;
}
</style>
background-color css
<style>
a { background-color: #70AB66; }
a { background-color: rgb(112,171,102); }
div.DivClassName
{
background-color: #70AB66;
}
.BgClassName
{
background-color: #70AB66;
}
</style>
border-color css
<style>
span { border-color: #70AB66; }
span { border-color: rgb(112,171,102); }
td.TdClassName
{
border-color: #70AB66;
}
.TagClassName
{
border-color: #70AB66;
}
</style>