Shades of Apple #70BA3D
Tints of Apple #70BA3D
RGB
CMYK
RGB Variations
Color information
#70BA3D (or 0x70BA3D) is known color: Apple. HEX triplet: 70, BA and 3D. RGB value is (112,186,61). Sum of RGB (Red+Green+Blue) = 112+186+61=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA3D is #8F45C2. Grayscale: #969696. Windows color (decimal): -9389507 or 4045424. OLE color: 4045424.
HSL color Cylindrical-coordinate representation of color #70BA3D: hue angle of 95.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70BA3D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 61 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.27 |
| HSL | 95.52º | 0.51% | 0.48% | - |
| HSV(B) | 95.52º | 0.67% | 0.73% | - |
| XYZ | 25.08 | 38.9 | 10.6 | - |
| YUV | 149.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 61 | 0.40 | 0 | 0.67 | 0.27 | 95.52 | 0.51 | 0.48 |
| Hex | 70 | BA | 3D | 28 | 0 | 43 | 1B | 60 | 33 | 30 |
| Octal | 160 | 272 | 75 | 50 | 0 | 103 | 33 | 140 | 63 | 60 |
| Binary | 1110000 | 10111010 | 111101 | 101000 | 0 | 1000011 | 11011 | 1100000 | 110011 | 110000 |
Color Harmonies of #70BA3D
Complementary color
Monochromatic Colors of #70BA3D
Black with #70BA3D
Text Example
Text Example
White with #70BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA3D; }
p { color: rgb(112,186,61); }
H1.HeaderClassName
{
color: #70BA3D;
}
.AnyTagClassName
{
color: #70BA3D;
}
</style>
background-color css
<style>
a { background-color: #70BA3D; }
a { background-color: rgb(112,186,61); }
div.DivClassName
{
background-color: #70BA3D;
}
.BgClassName
{
background-color: #70BA3D;
}
</style>
border-color css
<style>
span { border-color: #70BA3D; }
span { border-color: rgb(112,186,61); }
td.TdClassName
{
border-color: #70BA3D;
}
.TagClassName
{
border-color: #70BA3D;
}
</style>