Shades of Amulet #70AE65
Tints of Amulet #70AE65
RGB
CMYK
RGB Variations
Color information
#70AE65 (or 0x70AE65) is known color: Amulet. HEX triplet: 70, AE and 65. RGB value is (112,174,101). Sum of RGB (Red+Green+Blue) = 112+174+101=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE65 is #8F519A. Grayscale: #939393. Windows color (decimal): -9392539 or 6663792. OLE color: 6663792.
HSL color Cylindrical-coordinate representation of color #70AE65: hue angle of 110.96º 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 #70AE65 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 174 | 101 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.32 |
| HSL | 110.96º | 0.31% | 0.54% | - |
| HSV(B) | 110.96º | 0.42% | 0.68% | - |
| XYZ | 24.17 | 34.66 | 17.73 | - |
| YUV | 147.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 101 | 0.36 | 0 | 0.42 | 0.32 | 110.96 | 0.31 | 0.54 |
| Hex | 70 | AE | 65 | 24 | 0 | 2A | 20 | 6F | 1F | 36 |
| Octal | 160 | 256 | 145 | 44 | 0 | 52 | 40 | 157 | 37 | 66 |
| Binary | 1110000 | 10101110 | 1100101 | 100100 | 0 | 101010 | 100000 | 1101111 | 11111 | 110110 |
Color Harmonies of #70AE65
Complementary color
Monochromatic Colors of #70AE65
Black with #70AE65
Text Example
Text Example
White with #70AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AE65; }
p { color: rgb(112,174,101); }
H1.HeaderClassName
{
color: #70AE65;
}
.AnyTagClassName
{
color: #70AE65;
}
</style>
background-color css
<style>
a { background-color: #70AE65; }
a { background-color: rgb(112,174,101); }
div.DivClassName
{
background-color: #70AE65;
}
.BgClassName
{
background-color: #70AE65;
}
</style>
border-color css
<style>
span { border-color: #70AE65; }
span { border-color: rgb(112,174,101); }
td.TdClassName
{
border-color: #70AE65;
}
.TagClassName
{
border-color: #70AE65;
}
</style>