Shades of Apple #70A955
Tints of Apple #70A955
RGB
CMYK
RGB Variations
Color information
#70A955 (or 0x70A955) is known color: Apple. HEX triplet: 70, A9 and 55. RGB value is (112,169,85). Sum of RGB (Red+Green+Blue) = 112+169+85=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #70A955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A955 is #8F56AA. Grayscale: #8E8E8E. Windows color (decimal): -9393835 or 5613936. OLE color: 5613936.
HSL color Cylindrical-coordinate representation of color #70A955: hue angle of 100.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A955 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 85 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.34 |
| HSL | 100.71º | 0.33% | 0.5% | - |
| HSV(B) | 100.71º | 0.5% | 0.66% | - |
| XYZ | 22.51 | 32.48 | 13.68 | - |
| YUV | 142.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 85 | 0.34 | 0 | 0.50 | 0.34 | 100.71 | 0.33 | 0.5 |
| Hex | 70 | A9 | 55 | 22 | 0 | 32 | 22 | 65 | 21 | 32 |
| Octal | 160 | 251 | 125 | 42 | 0 | 62 | 42 | 145 | 41 | 62 |
| Binary | 1110000 | 10101001 | 1010101 | 100010 | 0 | 110010 | 100010 | 1100101 | 100001 | 110010 |
Color Harmonies of #70A955
Complementary color
Monochromatic Colors of #70A955
Black with #70A955
Text Example
Text Example
White with #70A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A955; }
p { color: rgb(112,169,85); }
H1.HeaderClassName
{
color: #70A955;
}
.AnyTagClassName
{
color: #70A955;
}
</style>
background-color css
<style>
a { background-color: #70A955; }
a { background-color: rgb(112,169,85); }
div.DivClassName
{
background-color: #70A955;
}
.BgClassName
{
background-color: #70A955;
}
</style>
border-color css
<style>
span { border-color: #70A955; }
span { border-color: rgb(112,169,85); }
td.TdClassName
{
border-color: #70A955;
}
.TagClassName
{
border-color: #70A955;
}
</style>