Shades of Apple #70B847
Tints of Apple #70B847
RGB
CMYK
RGB Variations
Color information
#70B847 (or 0x70B847) is known color: Apple. HEX triplet: 70, B8 and 47. RGB value is (112,184,71). Sum of RGB (Red+Green+Blue) = 112+184+71=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #70B847 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B847 is #8F47B8. Grayscale: #959595. Windows color (decimal): -9390009 or 4700272. OLE color: 4700272.
HSL color Cylindrical-coordinate representation of color #70B847: hue angle of 98.23º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70B847 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 184 | 71 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.28 |
| HSL | 98.23º | 0.44% | 0.5% | - |
| HSV(B) | 98.23º | 0.61% | 0.72% | - |
| XYZ | 24.96 | 38.18 | 12.02 | - |
| YUV | 149.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 184 | 71 | 0.39 | 0 | 0.61 | 0.28 | 98.23 | 0.44 | 0.5 |
| Hex | 70 | B8 | 47 | 27 | 0 | 3D | 1C | 62 | 2C | 32 |
| Octal | 160 | 270 | 107 | 47 | 0 | 75 | 34 | 142 | 54 | 62 |
| Binary | 1110000 | 10111000 | 1000111 | 100111 | 0 | 111101 | 11100 | 1100010 | 101100 | 110010 |
Color Harmonies of #70B847
Complementary color
Monochromatic Colors of #70B847
Black with #70B847
Text Example
Text Example
White with #70B847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B847; }
p { color: rgb(112,184,71); }
H1.HeaderClassName
{
color: #70B847;
}
.AnyTagClassName
{
color: #70B847;
}
</style>
background-color css
<style>
a { background-color: #70B847; }
a { background-color: rgb(112,184,71); }
div.DivClassName
{
background-color: #70B847;
}
.BgClassName
{
background-color: #70B847;
}
</style>
border-color css
<style>
span { border-color: #70B847; }
span { border-color: rgb(112,184,71); }
td.TdClassName
{
border-color: #70B847;
}
.TagClassName
{
border-color: #70B847;
}
</style>