Shades of Apple #70AD59
Tints of Apple #70AD59
RGB
CMYK
RGB Variations
Color information
#70AD59 (or 0x70AD59) is known color: Apple. HEX triplet: 70, AD and 59. RGB value is (112,173,89). Sum of RGB (Red+Green+Blue) = 112+173+89=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD59 is #8F52A6. Grayscale: #919191. Windows color (decimal): -9392807 or 5877104. OLE color: 5877104.
HSL color Cylindrical-coordinate representation of color #70AD59: hue angle of 103.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70AD59 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 89 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.32 |
| HSL | 103.57º | 0.34% | 0.51% | - |
| HSV(B) | 103.57º | 0.49% | 0.68% | - |
| XYZ | 23.43 | 34.05 | 14.79 | - |
| YUV | 145.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 89 | 0.35 | 0 | 0.49 | 0.32 | 103.57 | 0.34 | 0.51 |
| Hex | 70 | AD | 59 | 23 | 0 | 31 | 20 | 68 | 22 | 33 |
| Octal | 160 | 255 | 131 | 43 | 0 | 61 | 40 | 150 | 42 | 63 |
| Binary | 1110000 | 10101101 | 1011001 | 100011 | 0 | 110001 | 100000 | 1101000 | 100010 | 110011 |
Color Harmonies of #70AD59
Complementary color
Monochromatic Colors of #70AD59
Black with #70AD59
Text Example
Text Example
White with #70AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD59; }
p { color: rgb(112,173,89); }
H1.HeaderClassName
{
color: #70AD59;
}
.AnyTagClassName
{
color: #70AD59;
}
</style>
background-color css
<style>
a { background-color: #70AD59; }
a { background-color: rgb(112,173,89); }
div.DivClassName
{
background-color: #70AD59;
}
.BgClassName
{
background-color: #70AD59;
}
</style>
border-color css
<style>
span { border-color: #70AD59; }
span { border-color: rgb(112,173,89); }
td.TdClassName
{
border-color: #70AD59;
}
.TagClassName
{
border-color: #70AD59;
}
</style>