Shades of Apple #70AB59
Tints of Apple #70AB59
RGB
CMYK
RGB Variations
Color information
#70AB59 (or 0x70AB59) is known color: Apple. HEX triplet: 70, AB and 59. RGB value is (112,171,89). Sum of RGB (Red+Green+Blue) = 112+171+89=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB59 is #8F54A6. Grayscale: #909090. Windows color (decimal): -9393319 or 5876592. OLE color: 5876592.
HSL color Cylindrical-coordinate representation of color #70AB59: hue angle of 103.17º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70AB59 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 89 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.33 |
| HSL | 103.17º | 0.33% | 0.51% | - |
| HSV(B) | 103.17º | 0.48% | 0.67% | - |
| XYZ | 23.05 | 33.29 | 14.66 | - |
| YUV | 144.01 | 96.95 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 89 | 0.35 | 0 | 0.48 | 0.33 | 103.17 | 0.33 | 0.51 |
| Hex | 70 | AB | 59 | 23 | 0 | 30 | 21 | 67 | 21 | 33 |
| Octal | 160 | 253 | 131 | 43 | 0 | 60 | 41 | 147 | 41 | 63 |
| Binary | 1110000 | 10101011 | 1011001 | 100011 | 0 | 110000 | 100001 | 1100111 | 100001 | 110011 |
Color Harmonies of #70AB59
Complementary color
Monochromatic Colors of #70AB59
Black with #70AB59
Text Example
Text Example
White with #70AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB59; }
p { color: rgb(112,171,89); }
H1.HeaderClassName
{
color: #70AB59;
}
.AnyTagClassName
{
color: #70AB59;
}
</style>
background-color css
<style>
a { background-color: #70AB59; }
a { background-color: rgb(112,171,89); }
div.DivClassName
{
background-color: #70AB59;
}
.BgClassName
{
background-color: #70AB59;
}
</style>
border-color css
<style>
span { border-color: #70AB59; }
span { border-color: rgb(112,171,89); }
td.TdClassName
{
border-color: #70AB59;
}
.TagClassName
{
border-color: #70AB59;
}
</style>