Shades of Apple #70AB56
Tints of Apple #70AB56
RGB
CMYK
RGB Variations
Color information
#70AB56 (or 0x70AB56) is known color: Apple. HEX triplet: 70, AB and 56. RGB value is (112,171,86). Sum of RGB (Red+Green+Blue) = 112+171+86=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB56 is #8F54A9. Grayscale: #8F8F8F. Windows color (decimal): -9393322 or 5679984. OLE color: 5679984.
HSL color Cylindrical-coordinate representation of color #70AB56: hue angle of 101.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70AB56 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 86 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.33 |
| HSL | 101.65º | 0.34% | 0.5% | - |
| HSV(B) | 101.65º | 0.5% | 0.67% | - |
| XYZ | 22.92 | 33.24 | 14.01 | - |
| YUV | 143.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 86 | 0.35 | 0 | 0.50 | 0.33 | 101.65 | 0.34 | 0.5 |
| Hex | 70 | AB | 56 | 23 | 0 | 32 | 21 | 66 | 22 | 32 |
| Octal | 160 | 253 | 126 | 43 | 0 | 62 | 41 | 146 | 42 | 62 |
| Binary | 1110000 | 10101011 | 1010110 | 100011 | 0 | 110010 | 100001 | 1100110 | 100010 | 110010 |
Color Harmonies of #70AB56
Complementary color
Monochromatic Colors of #70AB56
Black with #70AB56
Text Example
Text Example
White with #70AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB56; }
p { color: rgb(112,171,86); }
H1.HeaderClassName
{
color: #70AB56;
}
.AnyTagClassName
{
color: #70AB56;
}
</style>
background-color css
<style>
a { background-color: #70AB56; }
a { background-color: rgb(112,171,86); }
div.DivClassName
{
background-color: #70AB56;
}
.BgClassName
{
background-color: #70AB56;
}
</style>
border-color css
<style>
span { border-color: #70AB56; }
span { border-color: rgb(112,171,86); }
td.TdClassName
{
border-color: #70AB56;
}
.TagClassName
{
border-color: #70AB56;
}
</style>