Shades of Amulet #70A968
Tints of Amulet #70A968
RGB
CMYK
RGB Variations
Color information
#70A968 (or 0x70A968) is known color: Amulet. HEX triplet: 70, A9 and 68. RGB value is (112,169,104). Sum of RGB (Red+Green+Blue) = 112+169+104=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #70A968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A968 is #8F5697. Grayscale: #909090. Windows color (decimal): -9393816 or 6859120. OLE color: 6859120.
HSL color Cylindrical-coordinate representation of color #70A968: hue angle of 112.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70A968 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 104 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.34 |
| HSL | 112.62º | 0.27% | 0.54% | - |
| HSV(B) | 112.62º | 0.38% | 0.66% | - |
| XYZ | 23.37 | 32.82 | 18.2 | - |
| YUV | 144.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 104 | 0.34 | 0 | 0.38 | 0.34 | 112.62 | 0.27 | 0.54 |
| Hex | 70 | A9 | 68 | 22 | 0 | 26 | 22 | 71 | 1B | 36 |
| Octal | 160 | 251 | 150 | 42 | 0 | 46 | 42 | 161 | 33 | 66 |
| Binary | 1110000 | 10101001 | 1101000 | 100010 | 0 | 100110 | 100010 | 1110001 | 11011 | 110110 |
Color Harmonies of #70A968
Complementary color
Monochromatic Colors of #70A968
Black with #70A968
Text Example
Text Example
White with #70A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A968; }
p { color: rgb(112,169,104); }
H1.HeaderClassName
{
color: #70A968;
}
.AnyTagClassName
{
color: #70A968;
}
</style>
background-color css
<style>
a { background-color: #70A968; }
a { background-color: rgb(112,169,104); }
div.DivClassName
{
background-color: #70A968;
}
.BgClassName
{
background-color: #70A968;
}
</style>
border-color css
<style>
span { border-color: #70A968; }
span { border-color: rgb(112,169,104); }
td.TdClassName
{
border-color: #70A968;
}
.TagClassName
{
border-color: #70A968;
}
</style>