Shades of Amulet #70AD65
Tints of Amulet #70AD65
RGB
CMYK
RGB Variations
Color information
#70AD65 (or 0x70AD65) is known color: Amulet. HEX triplet: 70, AD and 65. RGB value is (112,173,101). Sum of RGB (Red+Green+Blue) = 112+173+101=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD65 is #8F529A. Grayscale: #929292. Windows color (decimal): -9392795 or 6663536. OLE color: 6663536.
HSL color Cylindrical-coordinate representation of color #70AD65: hue angle of 110.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70AD65 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 101 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.32 |
| HSL | 110.83º | 0.31% | 0.54% | - |
| HSV(B) | 110.83º | 0.42% | 0.68% | - |
| XYZ | 23.97 | 34.27 | 17.66 | - |
| YUV | 146.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 101 | 0.35 | 0 | 0.42 | 0.32 | 110.83 | 0.31 | 0.54 |
| Hex | 70 | AD | 65 | 23 | 0 | 2A | 20 | 6F | 1F | 36 |
| Octal | 160 | 255 | 145 | 43 | 0 | 52 | 40 | 157 | 37 | 66 |
| Binary | 1110000 | 10101101 | 1100101 | 100011 | 0 | 101010 | 100000 | 1101111 | 11111 | 110110 |
Color Harmonies of #70AD65
Complementary color
Monochromatic Colors of #70AD65
Black with #70AD65
Text Example
Text Example
White with #70AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD65; }
p { color: rgb(112,173,101); }
H1.HeaderClassName
{
color: #70AD65;
}
.AnyTagClassName
{
color: #70AD65;
}
</style>
background-color css
<style>
a { background-color: #70AD65; }
a { background-color: rgb(112,173,101); }
div.DivClassName
{
background-color: #70AD65;
}
.BgClassName
{
background-color: #70AD65;
}
</style>
border-color css
<style>
span { border-color: #70AD65; }
span { border-color: rgb(112,173,101); }
td.TdClassName
{
border-color: #70AD65;
}
.TagClassName
{
border-color: #70AD65;
}
</style>