Shades of Apple #70B752
Tints of Apple #70B752
RGB
CMYK
RGB Variations
Color information
#70B752 (or 0x70B752) is known color: Apple. HEX triplet: 70, B7 and 52. RGB value is (112,183,82). Sum of RGB (Red+Green+Blue) = 112+183+82=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #70B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B752 is #8F48AD. Grayscale: #969696. Windows color (decimal): -9390254 or 5420912. OLE color: 5420912.
HSL color Cylindrical-coordinate representation of color #70B752: hue angle of 102.18º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70B752 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 82 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.28 |
| HSL | 102.18º | 0.41% | 0.52% | - |
| HSV(B) | 102.18º | 0.55% | 0.72% | - |
| XYZ | 25.14 | 37.92 | 13.98 | - |
| YUV | 150.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 82 | 0.39 | 0 | 0.55 | 0.28 | 102.18 | 0.41 | 0.52 |
| Hex | 70 | B7 | 52 | 27 | 0 | 37 | 1C | 66 | 29 | 34 |
| Octal | 160 | 267 | 122 | 47 | 0 | 67 | 34 | 146 | 51 | 64 |
| Binary | 1110000 | 10110111 | 1010010 | 100111 | 0 | 110111 | 11100 | 1100110 | 101001 | 110100 |
Color Harmonies of #70B752
Complementary color
Monochromatic Colors of #70B752
Black with #70B752
Text Example
Text Example
White with #70B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B752; }
p { color: rgb(112,183,82); }
H1.HeaderClassName
{
color: #70B752;
}
.AnyTagClassName
{
color: #70B752;
}
</style>
background-color css
<style>
a { background-color: #70B752; }
a { background-color: rgb(112,183,82); }
div.DivClassName
{
background-color: #70B752;
}
.BgClassName
{
background-color: #70B752;
}
</style>
border-color css
<style>
span { border-color: #70B752; }
span { border-color: rgb(112,183,82); }
td.TdClassName
{
border-color: #70B752;
}
.TagClassName
{
border-color: #70B752;
}
</style>