Shades of Amulet #70AB62
Tints of Amulet #70AB62
RGB
CMYK
RGB Variations
Color information
#70AB62 (or 0x70AB62) is known color: Amulet. HEX triplet: 70, AB and 62. RGB value is (112,171,98). Sum of RGB (Red+Green+Blue) = 112+171+98=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB62 is #8F549D. Grayscale: #919191. Windows color (decimal): -9393310 or 6466416. OLE color: 6466416.
HSL color Cylindrical-coordinate representation of color #70AB62: hue angle of 108.49º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70AB62 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 98 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.33 |
| HSL | 108.49º | 0.3% | 0.53% | - |
| HSV(B) | 108.49º | 0.43% | 0.67% | - |
| XYZ | 23.45 | 33.45 | 16.78 | - |
| YUV | 145.04 | 101.45 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 98 | 0.35 | 0 | 0.43 | 0.33 | 108.49 | 0.3 | 0.53 |
| Hex | 70 | AB | 62 | 23 | 0 | 2B | 21 | 6C | 1E | 35 |
| Octal | 160 | 253 | 142 | 43 | 0 | 53 | 41 | 154 | 36 | 65 |
| Binary | 1110000 | 10101011 | 1100010 | 100011 | 0 | 101011 | 100001 | 1101100 | 11110 | 110101 |
Color Harmonies of #70AB62
Complementary color
Monochromatic Colors of #70AB62
Black with #70AB62
Text Example
Text Example
White with #70AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB62; }
p { color: rgb(112,171,98); }
H1.HeaderClassName
{
color: #70AB62;
}
.AnyTagClassName
{
color: #70AB62;
}
</style>
background-color css
<style>
a { background-color: #70AB62; }
a { background-color: rgb(112,171,98); }
div.DivClassName
{
background-color: #70AB62;
}
.BgClassName
{
background-color: #70AB62;
}
</style>
border-color css
<style>
span { border-color: #70AB62; }
span { border-color: rgb(112,171,98); }
td.TdClassName
{
border-color: #70AB62;
}
.TagClassName
{
border-color: #70AB62;
}
</style>