Shades of Apple #70B237
Tints of Apple #70B237
RGB
CMYK
RGB Variations
Color information
#70B237 (or 0x70B237) is known color: Apple. HEX triplet: 70, B2 and 37. RGB value is (112,178,55). Sum of RGB (Red+Green+Blue) = 112+178+55=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #70B237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B237 is #8F4DC8. Grayscale: #909090. Windows color (decimal): -9391561 or 3650160. OLE color: 3650160.
HSL color Cylindrical-coordinate representation of color #70B237: hue angle of 92.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70B237 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 55 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.30 |
| HSL | 92.2º | 0.53% | 0.46% | - |
| HSV(B) | 92.2º | 0.69% | 0.7% | - |
| XYZ | 23.29 | 35.56 | 9.25 | - |
| YUV | 144.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 55 | 0.37 | 0 | 0.69 | 0.30 | 92.2 | 0.53 | 0.46 |
| Hex | 70 | B2 | 37 | 25 | 0 | 45 | 1E | 5C | 35 | 2E |
| Octal | 160 | 262 | 67 | 45 | 0 | 105 | 36 | 134 | 65 | 56 |
| Binary | 1110000 | 10110010 | 110111 | 100101 | 0 | 1000101 | 11110 | 1011100 | 110101 | 101110 |
Color Harmonies of #70B237
Complementary color
Monochromatic Colors of #70B237
Black with #70B237
Text Example
Text Example
White with #70B237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B237; }
p { color: rgb(112,178,55); }
H1.HeaderClassName
{
color: #70B237;
}
.AnyTagClassName
{
color: #70B237;
}
</style>
background-color css
<style>
a { background-color: #70B237; }
a { background-color: rgb(112,178,55); }
div.DivClassName
{
background-color: #70B237;
}
.BgClassName
{
background-color: #70B237;
}
</style>
border-color css
<style>
span { border-color: #70B237; }
span { border-color: rgb(112,178,55); }
td.TdClassName
{
border-color: #70B237;
}
.TagClassName
{
border-color: #70B237;
}
</style>