Shades of Amulet #70AF65
Tints of Amulet #70AF65
RGB
CMYK
RGB Variations
Color information
#70AF65 (or 0x70AF65) is known color: Amulet. HEX triplet: 70, AF and 65. RGB value is (112,175,101). Sum of RGB (Red+Green+Blue) = 112+175+101=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF65 is #8F509A. Grayscale: #939393. Windows color (decimal): -9392283 or 6664048. OLE color: 6664048.
HSL color Cylindrical-coordinate representation of color #70AF65: hue angle of 111.08º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70AF65 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 101 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.31 |
| HSL | 111.08º | 0.32% | 0.54% | - |
| HSV(B) | 111.08º | 0.42% | 0.69% | - |
| XYZ | 24.36 | 35.04 | 17.79 | - |
| YUV | 147.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 101 | 0.36 | 0 | 0.42 | 0.31 | 111.08 | 0.32 | 0.54 |
| Hex | 70 | AF | 65 | 24 | 0 | 2A | 1F | 6F | 20 | 36 |
| Octal | 160 | 257 | 145 | 44 | 0 | 52 | 37 | 157 | 40 | 66 |
| Binary | 1110000 | 10101111 | 1100101 | 100100 | 0 | 101010 | 11111 | 1101111 | 100000 | 110110 |
Color Harmonies of #70AF65
Complementary color
Monochromatic Colors of #70AF65
Black with #70AF65
Text Example
Text Example
White with #70AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF65; }
p { color: rgb(112,175,101); }
H1.HeaderClassName
{
color: #70AF65;
}
.AnyTagClassName
{
color: #70AF65;
}
</style>
background-color css
<style>
a { background-color: #70AF65; }
a { background-color: rgb(112,175,101); }
div.DivClassName
{
background-color: #70AF65;
}
.BgClassName
{
background-color: #70AF65;
}
</style>
border-color css
<style>
span { border-color: #70AF65; }
span { border-color: rgb(112,175,101); }
td.TdClassName
{
border-color: #70AF65;
}
.TagClassName
{
border-color: #70AF65;
}
</style>