Shades of Apple #70BA4A
Tints of Apple #70BA4A
RGB
CMYK
RGB Variations
Color information
#70BA4A (or 0x70BA4A) is known color: Apple. HEX triplet: 70, BA and 4A. RGB value is (112,186,74). Sum of RGB (Red+Green+Blue) = 112+186+74=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA4A is #8F45B5. Grayscale: #979797. Windows color (decimal): -9389494 or 4897392. OLE color: 4897392.
HSL color Cylindrical-coordinate representation of color #70BA4A: hue angle of 99.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70BA4A is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 74 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.27 |
| HSL | 99.64º | 0.45% | 0.51% | - |
| HSV(B) | 99.64º | 0.6% | 0.73% | - |
| XYZ | 25.48 | 39.06 | 12.67 | - |
| YUV | 151.11 | 84.48 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 74 | 0.40 | 0 | 0.60 | 0.27 | 99.64 | 0.45 | 0.51 |
| Hex | 70 | BA | 4A | 28 | 0 | 3C | 1B | 64 | 2D | 33 |
| Octal | 160 | 272 | 112 | 50 | 0 | 74 | 33 | 144 | 55 | 63 |
| Binary | 1110000 | 10111010 | 1001010 | 101000 | 0 | 111100 | 11011 | 1100100 | 101101 | 110011 |
Color Harmonies of #70BA4A
Complementary color
Monochromatic Colors of #70BA4A
Black with #70BA4A
Text Example
Text Example
White with #70BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA4A; }
p { color: rgb(112,186,74); }
H1.HeaderClassName
{
color: #70BA4A;
}
.AnyTagClassName
{
color: #70BA4A;
}
</style>
background-color css
<style>
a { background-color: #70BA4A; }
a { background-color: rgb(112,186,74); }
div.DivClassName
{
background-color: #70BA4A;
}
.BgClassName
{
background-color: #70BA4A;
}
</style>
border-color css
<style>
span { border-color: #70BA4A; }
span { border-color: rgb(112,186,74); }
td.TdClassName
{
border-color: #70BA4A;
}
.TagClassName
{
border-color: #70BA4A;
}
</style>