Shades of Apple #70A953
Tints of Apple #70A953
RGB
CMYK
RGB Variations
Color information
#70A953 (or 0x70A953) is known color: Apple. HEX triplet: 70, A9 and 53. RGB value is (112,169,83). Sum of RGB (Red+Green+Blue) = 112+169+83=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #70A953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A953 is #8F56AC. Grayscale: #8E8E8E. Windows color (decimal): -9393837 or 5482864. OLE color: 5482864.
HSL color Cylindrical-coordinate representation of color #70A953: hue angle of 99.77º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70A953 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 83 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.34 |
| HSL | 99.77º | 0.34% | 0.49% | - |
| HSV(B) | 99.77º | 0.51% | 0.66% | - |
| XYZ | 22.43 | 32.45 | 13.26 | - |
| YUV | 142.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 83 | 0.34 | 0 | 0.51 | 0.34 | 99.77 | 0.34 | 0.49 |
| Hex | 70 | A9 | 53 | 22 | 0 | 33 | 22 | 64 | 22 | 31 |
| Octal | 160 | 251 | 123 | 42 | 0 | 63 | 42 | 144 | 42 | 61 |
| Binary | 1110000 | 10101001 | 1010011 | 100010 | 0 | 110011 | 100010 | 1100100 | 100010 | 110001 |
Color Harmonies of #70A953
Complementary color
Monochromatic Colors of #70A953
Black with #70A953
Text Example
Text Example
White with #70A953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A953; }
p { color: rgb(112,169,83); }
H1.HeaderClassName
{
color: #70A953;
}
.AnyTagClassName
{
color: #70A953;
}
</style>
background-color css
<style>
a { background-color: #70A953; }
a { background-color: rgb(112,169,83); }
div.DivClassName
{
background-color: #70A953;
}
.BgClassName
{
background-color: #70A953;
}
</style>
border-color css
<style>
span { border-color: #70A953; }
span { border-color: rgb(112,169,83); }
td.TdClassName
{
border-color: #70A953;
}
.TagClassName
{
border-color: #70A953;
}
</style>