Shades of Amulet #70AB69
Tints of Amulet #70AB69
RGB
CMYK
RGB Variations
Color information
#70AB69 (or 0x70AB69) is known color: Amulet. HEX triplet: 70, AB and 69. RGB value is (112,171,105). Sum of RGB (Red+Green+Blue) = 112+171+105=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB69 is #8F5496. Grayscale: #929292. Windows color (decimal): -9393303 or 6925168. OLE color: 6925168.
HSL color Cylindrical-coordinate representation of color #70AB69: hue angle of 113.64º 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 #70AB69 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 105 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.33 |
| HSL | 113.64º | 0.28% | 0.54% | - |
| HSV(B) | 113.64º | 0.39% | 0.67% | - |
| XYZ | 23.79 | 33.59 | 18.59 | - |
| YUV | 145.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 105 | 0.35 | 0 | 0.39 | 0.33 | 113.64 | 0.28 | 0.54 |
| Hex | 70 | AB | 69 | 23 | 0 | 27 | 21 | 72 | 1C | 36 |
| Octal | 160 | 253 | 151 | 43 | 0 | 47 | 41 | 162 | 34 | 66 |
| Binary | 1110000 | 10101011 | 1101001 | 100011 | 0 | 100111 | 100001 | 1110010 | 11100 | 110110 |
Color Harmonies of #70AB69
Complementary color
Monochromatic Colors of #70AB69
Black with #70AB69
Text Example
Text Example
White with #70AB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB69; }
p { color: rgb(112,171,105); }
H1.HeaderClassName
{
color: #70AB69;
}
.AnyTagClassName
{
color: #70AB69;
}
</style>
background-color css
<style>
a { background-color: #70AB69; }
a { background-color: rgb(112,171,105); }
div.DivClassName
{
background-color: #70AB69;
}
.BgClassName
{
background-color: #70AB69;
}
</style>
border-color css
<style>
span { border-color: #70AB69; }
span { border-color: rgb(112,171,105); }
td.TdClassName
{
border-color: #70AB69;
}
.TagClassName
{
border-color: #70AB69;
}
</style>