Shades of Amulet #70AC68
Tints of Amulet #70AC68
RGB
CMYK
RGB Variations
Color information
#70AC68 (or 0x70AC68) is known color: Amulet. HEX triplet: 70, AC and 68. RGB value is (112,172,104). Sum of RGB (Red+Green+Blue) = 112+172+104=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC68 is #8F5397. Grayscale: #929292. Windows color (decimal): -9393048 or 6859888. OLE color: 6859888.
HSL color Cylindrical-coordinate representation of color #70AC68: hue angle of 112.94º 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 #70AC68 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 104 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.33 |
| HSL | 112.94º | 0.29% | 0.54% | - |
| HSV(B) | 112.94º | 0.4% | 0.67% | - |
| XYZ | 23.93 | 33.95 | 18.39 | - |
| YUV | 146.31 | 104.12 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 104 | 0.35 | 0 | 0.40 | 0.33 | 112.94 | 0.29 | 0.54 |
| Hex | 70 | AC | 68 | 23 | 0 | 28 | 21 | 71 | 1D | 36 |
| Octal | 160 | 254 | 150 | 43 | 0 | 50 | 41 | 161 | 35 | 66 |
| Binary | 1110000 | 10101100 | 1101000 | 100011 | 0 | 101000 | 100001 | 1110001 | 11101 | 110110 |
Color Harmonies of #70AC68
Complementary color
Monochromatic Colors of #70AC68
Black with #70AC68
Text Example
Text Example
White with #70AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC68; }
p { color: rgb(112,172,104); }
H1.HeaderClassName
{
color: #70AC68;
}
.AnyTagClassName
{
color: #70AC68;
}
</style>
background-color css
<style>
a { background-color: #70AC68; }
a { background-color: rgb(112,172,104); }
div.DivClassName
{
background-color: #70AC68;
}
.BgClassName
{
background-color: #70AC68;
}
</style>
border-color css
<style>
span { border-color: #70AC68; }
span { border-color: rgb(112,172,104); }
td.TdClassName
{
border-color: #70AC68;
}
.TagClassName
{
border-color: #70AC68;
}
</style>