Shades of Apple #70AB39
Tints of Apple #70AB39
RGB
CMYK
RGB Variations
Color information
#70AB39 (or 0x70AB39) is known color: Apple. HEX triplet: 70, AB and 39. RGB value is (112,171,57). Sum of RGB (Red+Green+Blue) = 112+171+57=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB39 is #8F54C6. Grayscale: #8C8C8C. Windows color (decimal): -9393351 or 3779440. OLE color: 3779440.
HSL color Cylindrical-coordinate representation of color #70AB39: hue angle of 91.05º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70AB39 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 57 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.33 |
| HSL | 91.05º | 0.5% | 0.45% | - |
| HSV(B) | 91.05º | 0.67% | 0.67% | - |
| XYZ | 21.98 | 32.87 | 9.06 | - |
| YUV | 140.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 57 | 0.35 | 0 | 0.67 | 0.33 | 91.05 | 0.5 | 0.45 |
| Hex | 70 | AB | 39 | 23 | 0 | 43 | 21 | 5B | 32 | 2D |
| Octal | 160 | 253 | 71 | 43 | 0 | 103 | 41 | 133 | 62 | 55 |
| Binary | 1110000 | 10101011 | 111001 | 100011 | 0 | 1000011 | 100001 | 1011011 | 110010 | 101101 |
Color Harmonies of #70AB39
Complementary color
Monochromatic Colors of #70AB39
Black with #70AB39
Text Example
Text Example
White with #70AB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB39; }
p { color: rgb(112,171,57); }
H1.HeaderClassName
{
color: #70AB39;
}
.AnyTagClassName
{
color: #70AB39;
}
</style>
background-color css
<style>
a { background-color: #70AB39; }
a { background-color: rgb(112,171,57); }
div.DivClassName
{
background-color: #70AB39;
}
.BgClassName
{
background-color: #70AB39;
}
</style>
border-color css
<style>
span { border-color: #70AB39; }
span { border-color: rgb(112,171,57); }
td.TdClassName
{
border-color: #70AB39;
}
.TagClassName
{
border-color: #70AB39;
}
</style>