Shades of Apple #70B239
Tints of Apple #70B239
RGB
CMYK
RGB Variations
Color information
#70B239 (or 0x70B239) is known color: Apple. HEX triplet: 70, B2 and 39. RGB value is (112,178,57). Sum of RGB (Red+Green+Blue) = 112+178+57=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #70B239 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B239 is #8F4DC6. Grayscale: #909090. Windows color (decimal): -9391559 or 3781232. OLE color: 3781232.
HSL color Cylindrical-coordinate representation of color #70B239: hue angle of 92.73º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70B239 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 57 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.30 |
| HSL | 92.73º | 0.51% | 0.46% | - |
| HSV(B) | 92.73º | 0.68% | 0.7% | - |
| XYZ | 23.34 | 35.58 | 9.51 | - |
| YUV | 144.47 | 78.63 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 57 | 0.37 | 0 | 0.68 | 0.30 | 92.73 | 0.51 | 0.46 |
| Hex | 70 | B2 | 39 | 25 | 0 | 44 | 1E | 5D | 33 | 2E |
| Octal | 160 | 262 | 71 | 45 | 0 | 104 | 36 | 135 | 63 | 56 |
| Binary | 1110000 | 10110010 | 111001 | 100101 | 0 | 1000100 | 11110 | 1011101 | 110011 | 101110 |
Color Harmonies of #70B239
Complementary color
Monochromatic Colors of #70B239
Black with #70B239
Text Example
Text Example
White with #70B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B239; }
p { color: rgb(112,178,57); }
H1.HeaderClassName
{
color: #70B239;
}
.AnyTagClassName
{
color: #70B239;
}
</style>
background-color css
<style>
a { background-color: #70B239; }
a { background-color: rgb(112,178,57); }
div.DivClassName
{
background-color: #70B239;
}
.BgClassName
{
background-color: #70B239;
}
</style>
border-color css
<style>
span { border-color: #70B239; }
span { border-color: rgb(112,178,57); }
td.TdClassName
{
border-color: #70B239;
}
.TagClassName
{
border-color: #70B239;
}
</style>