Shades of Apple #70B337
Tints of Apple #70B337
RGB
CMYK
RGB Variations
Color information
#70B337 (or 0x70B337) is known color: Apple. HEX triplet: 70, B3 and 37. RGB value is (112,179,55). Sum of RGB (Red+Green+Blue) = 112+179+55=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #70B337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B337 is #8F4CC8. Grayscale: #919191. Windows color (decimal): -9391305 or 3650416. OLE color: 3650416.
HSL color Cylindrical-coordinate representation of color #70B337: hue angle of 92.42º 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 #70B337 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 55 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.30 |
| HSL | 92.42º | 0.53% | 0.46% | - |
| HSV(B) | 92.42º | 0.69% | 0.7% | - |
| XYZ | 23.49 | 35.96 | 9.32 | - |
| YUV | 144.83 | 77.3 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 55 | 0.37 | 0 | 0.69 | 0.30 | 92.42 | 0.53 | 0.46 |
| Hex | 70 | B3 | 37 | 25 | 0 | 45 | 1E | 5C | 35 | 2E |
| Octal | 160 | 263 | 67 | 45 | 0 | 105 | 36 | 134 | 65 | 56 |
| Binary | 1110000 | 10110011 | 110111 | 100101 | 0 | 1000101 | 11110 | 1011100 | 110101 | 101110 |
Color Harmonies of #70B337
Complementary color
Monochromatic Colors of #70B337
Black with #70B337
Text Example
Text Example
White with #70B337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B337; }
p { color: rgb(112,179,55); }
H1.HeaderClassName
{
color: #70B337;
}
.AnyTagClassName
{
color: #70B337;
}
</style>
background-color css
<style>
a { background-color: #70B337; }
a { background-color: rgb(112,179,55); }
div.DivClassName
{
background-color: #70B337;
}
.BgClassName
{
background-color: #70B337;
}
</style>
border-color css
<style>
span { border-color: #70B337; }
span { border-color: rgb(112,179,55); }
td.TdClassName
{
border-color: #70B337;
}
.TagClassName
{
border-color: #70B337;
}
</style>