Shades of Apple #70B441
Tints of Apple #70B441
RGB
CMYK
RGB Variations
Color information
#70B441 (or 0x70B441) is known color: Apple. HEX triplet: 70, B4 and 41. RGB value is (112,180,65). Sum of RGB (Red+Green+Blue) = 112+180+65=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #70B441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B441 is #8F4BBE. Grayscale: #929292. Windows color (decimal): -9391039 or 4306032. OLE color: 4306032.
HSL color Cylindrical-coordinate representation of color #70B441: hue angle of 95.48º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70B441 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 65 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.29 |
| HSL | 95.48º | 0.47% | 0.48% | - |
| HSV(B) | 95.48º | 0.64% | 0.71% | - |
| XYZ | 23.96 | 36.47 | 10.78 | - |
| YUV | 146.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 65 | 0.38 | 0 | 0.64 | 0.29 | 95.48 | 0.47 | 0.48 |
| Hex | 70 | B4 | 41 | 26 | 0 | 40 | 1D | 5F | 2F | 30 |
| Octal | 160 | 264 | 101 | 46 | 0 | 100 | 35 | 137 | 57 | 60 |
| Binary | 1110000 | 10110100 | 1000001 | 100110 | 0 | 1000000 | 11101 | 1011111 | 101111 | 110000 |
Color Harmonies of #70B441
Complementary color
Monochromatic Colors of #70B441
Black with #70B441
Text Example
Text Example
White with #70B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B441; }
p { color: rgb(112,180,65); }
H1.HeaderClassName
{
color: #70B441;
}
.AnyTagClassName
{
color: #70B441;
}
</style>
background-color css
<style>
a { background-color: #70B441; }
a { background-color: rgb(112,180,65); }
div.DivClassName
{
background-color: #70B441;
}
.BgClassName
{
background-color: #70B441;
}
</style>
border-color css
<style>
span { border-color: #70B441; }
span { border-color: rgb(112,180,65); }
td.TdClassName
{
border-color: #70B441;
}
.TagClassName
{
border-color: #70B441;
}
</style>