Shades of Apple #70B954
Tints of Apple #70B954
RGB
CMYK
RGB Variations
Color information
#70B954 (or 0x70B954) is known color: Apple. HEX triplet: 70, B9 and 54. RGB value is (112,185,84). Sum of RGB (Red+Green+Blue) = 112+185+84=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #70B954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B954 is #8F46AB. Grayscale: #979797. Windows color (decimal): -9389740 or 5552496. OLE color: 5552496.
HSL color Cylindrical-coordinate representation of color #70B954: hue angle of 103.37º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70B954 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 84 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.27 |
| HSL | 103.37º | 0.42% | 0.53% | - |
| HSV(B) | 103.37º | 0.55% | 0.73% | - |
| XYZ | 25.63 | 38.78 | 14.52 | - |
| YUV | 151.66 | 89.82 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 84 | 0.39 | 0 | 0.55 | 0.27 | 103.37 | 0.42 | 0.53 |
| Hex | 70 | B9 | 54 | 27 | 0 | 37 | 1B | 67 | 2A | 35 |
| Octal | 160 | 271 | 124 | 47 | 0 | 67 | 33 | 147 | 52 | 65 |
| Binary | 1110000 | 10111001 | 1010100 | 100111 | 0 | 110111 | 11011 | 1100111 | 101010 | 110101 |
Color Harmonies of #70B954
Complementary color
Monochromatic Colors of #70B954
Black with #70B954
Text Example
Text Example
White with #70B954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B954; }
p { color: rgb(112,185,84); }
H1.HeaderClassName
{
color: #70B954;
}
.AnyTagClassName
{
color: #70B954;
}
</style>
background-color css
<style>
a { background-color: #70B954; }
a { background-color: rgb(112,185,84); }
div.DivClassName
{
background-color: #70B954;
}
.BgClassName
{
background-color: #70B954;
}
</style>
border-color css
<style>
span { border-color: #70B954; }
span { border-color: rgb(112,185,84); }
td.TdClassName
{
border-color: #70B954;
}
.TagClassName
{
border-color: #70B954;
}
</style>