Shades of Apple #70B440
Tints of Apple #70B440
RGB
CMYK
RGB Variations
Color information
#70B440 (or 0x70B440) is known color: Apple. HEX triplet: 70, B4 and 40. RGB value is (112,180,64). Sum of RGB (Red+Green+Blue) = 112+180+64=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #70B440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B440 is #8F4BBF. Grayscale: #929292. Windows color (decimal): -9391040 or 4240496. OLE color: 4240496.
HSL color Cylindrical-coordinate representation of color #70B440: hue angle of 95.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70B440 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 64 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.29 |
| HSL | 95.17º | 0.48% | 0.48% | - |
| HSV(B) | 95.17º | 0.64% | 0.71% | - |
| XYZ | 23.93 | 36.46 | 10.63 | - |
| YUV | 146.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 64 | 0.38 | 0 | 0.64 | 0.29 | 95.17 | 0.48 | 0.48 |
| Hex | 70 | B4 | 40 | 26 | 0 | 40 | 1D | 5F | 30 | 30 |
| Octal | 160 | 264 | 100 | 46 | 0 | 100 | 35 | 137 | 60 | 60 |
| Binary | 1110000 | 10110100 | 1000000 | 100110 | 0 | 1000000 | 11101 | 1011111 | 110000 | 110000 |
Color Harmonies of #70B440
Complementary color
Monochromatic Colors of #70B440
Black with #70B440
Text Example
Text Example
White with #70B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B440; }
p { color: rgb(112,180,64); }
H1.HeaderClassName
{
color: #70B440;
}
.AnyTagClassName
{
color: #70B440;
}
</style>
background-color css
<style>
a { background-color: #70B440; }
a { background-color: rgb(112,180,64); }
div.DivClassName
{
background-color: #70B440;
}
.BgClassName
{
background-color: #70B440;
}
</style>
border-color css
<style>
span { border-color: #70B440; }
span { border-color: rgb(112,180,64); }
td.TdClassName
{
border-color: #70B440;
}
.TagClassName
{
border-color: #70B440;
}
</style>