Shades of Apple #70AB3A
Tints of Apple #70AB3A
RGB
CMYK
RGB Variations
Color information
#70AB3A (or 0x70AB3A) is known color: Apple. HEX triplet: 70, AB and 3A. RGB value is (112,171,58). Sum of RGB (Red+Green+Blue) = 112+171+58=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB3A is #8F54C5. Grayscale: #8C8C8C. Windows color (decimal): -9393350 or 3844976. OLE color: 3844976.
HSL color Cylindrical-coordinate representation of color #70AB3A: hue angle of 91.33º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70AB3A is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 58 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.33 |
| HSL | 91.33º | 0.49% | 0.45% | - |
| HSV(B) | 91.33º | 0.66% | 0.67% | - |
| XYZ | 22.01 | 32.88 | 9.19 | - |
| YUV | 140.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 58 | 0.35 | 0 | 0.66 | 0.33 | 91.33 | 0.49 | 0.45 |
| Hex | 70 | AB | 3A | 23 | 0 | 42 | 21 | 5B | 31 | 2D |
| Octal | 160 | 253 | 72 | 43 | 0 | 102 | 41 | 133 | 61 | 55 |
| Binary | 1110000 | 10101011 | 111010 | 100011 | 0 | 1000010 | 100001 | 1011011 | 110001 | 101101 |
Color Harmonies of #70AB3A
Complementary color
Monochromatic Colors of #70AB3A
Black with #70AB3A
Text Example
Text Example
White with #70AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB3A; }
p { color: rgb(112,171,58); }
H1.HeaderClassName
{
color: #70AB3A;
}
.AnyTagClassName
{
color: #70AB3A;
}
</style>
background-color css
<style>
a { background-color: #70AB3A; }
a { background-color: rgb(112,171,58); }
div.DivClassName
{
background-color: #70AB3A;
}
.BgClassName
{
background-color: #70AB3A;
}
</style>
border-color css
<style>
span { border-color: #70AB3A; }
span { border-color: rgb(112,171,58); }
td.TdClassName
{
border-color: #70AB3A;
}
.TagClassName
{
border-color: #70AB3A;
}
</style>