Shades of Apple #70B652
Tints of Apple #70B652
RGB
CMYK
RGB Variations
Color information
#70B652 (or 0x70B652) is known color: Apple. HEX triplet: 70, B6 and 52. RGB value is (112,182,82). Sum of RGB (Red+Green+Blue) = 112+182+82=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #70B652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B652 is #8F49AD. Grayscale: #969696. Windows color (decimal): -9390510 or 5420656. OLE color: 5420656.
HSL color Cylindrical-coordinate representation of color #70B652: hue angle of 102º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70B652 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 182 | 82 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.29 |
| HSL | 102º | 0.41% | 0.52% | - |
| HSV(B) | 102º | 0.55% | 0.71% | - |
| XYZ | 24.93 | 37.51 | 13.91 | - |
| YUV | 149.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 182 | 82 | 0.38 | 0 | 0.55 | 0.29 | 102 | 0.41 | 0.52 |
| Hex | 70 | B6 | 52 | 26 | 0 | 37 | 1D | 66 | 29 | 34 |
| Octal | 160 | 266 | 122 | 46 | 0 | 67 | 35 | 146 | 51 | 64 |
| Binary | 1110000 | 10110110 | 1010010 | 100110 | 0 | 110111 | 11101 | 1100110 | 101001 | 110100 |
Color Harmonies of #70B652
Complementary color
Monochromatic Colors of #70B652
Black with #70B652
Text Example
Text Example
White with #70B652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B652; }
p { color: rgb(112,182,82); }
H1.HeaderClassName
{
color: #70B652;
}
.AnyTagClassName
{
color: #70B652;
}
</style>
background-color css
<style>
a { background-color: #70B652; }
a { background-color: rgb(112,182,82); }
div.DivClassName
{
background-color: #70B652;
}
.BgClassName
{
background-color: #70B652;
}
</style>
border-color css
<style>
span { border-color: #70B652; }
span { border-color: rgb(112,182,82); }
td.TdClassName
{
border-color: #70B652;
}
.TagClassName
{
border-color: #70B652;
}
</style>