Shades of Amulet #70A369
Tints of Amulet #70A369
RGB
CMYK
RGB Variations
Color information
#70A369 (or 0x70A369) is known color: Amulet. HEX triplet: 70, A3 and 69. RGB value is (112,163,105). Sum of RGB (Red+Green+Blue) = 112+163+105=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #70A369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A369 is #8F5C96. Grayscale: #8D8D8D. Windows color (decimal): -9395351 or 6923120. OLE color: 6923120.
HSL color Cylindrical-coordinate representation of color #70A369: hue angle of 112.76º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70A369 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 163 | 105 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.36 |
| HSL | 112.76º | 0.24% | 0.53% | - |
| HSV(B) | 112.76º | 0.36% | 0.64% | - |
| XYZ | 22.33 | 30.66 | 18.11 | - |
| YUV | 141.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 163 | 105 | 0.31 | 0 | 0.36 | 0.36 | 112.76 | 0.24 | 0.53 |
| Hex | 70 | A3 | 69 | 1F | 0 | 24 | 24 | 71 | 18 | 35 |
| Octal | 160 | 243 | 151 | 37 | 0 | 44 | 44 | 161 | 30 | 65 |
| Binary | 1110000 | 10100011 | 1101001 | 11111 | 0 | 100100 | 100100 | 1110001 | 11000 | 110101 |
Color Harmonies of #70A369
Complementary color
Monochromatic Colors of #70A369
Black with #70A369
Text Example
Text Example
White with #70A369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A369; }
p { color: rgb(112,163,105); }
H1.HeaderClassName
{
color: #70A369;
}
.AnyTagClassName
{
color: #70A369;
}
</style>
background-color css
<style>
a { background-color: #70A369; }
a { background-color: rgb(112,163,105); }
div.DivClassName
{
background-color: #70A369;
}
.BgClassName
{
background-color: #70A369;
}
</style>
border-color css
<style>
span { border-color: #70A369; }
span { border-color: rgb(112,163,105); }
td.TdClassName
{
border-color: #70A369;
}
.TagClassName
{
border-color: #70A369;
}
</style>