Shades of Apple #70B348
Tints of Apple #70B348
RGB
CMYK
RGB Variations
Color information
#70B348 (or 0x70B348) is known color: Apple. HEX triplet: 70, B3 and 48. RGB value is (112,179,72). Sum of RGB (Red+Green+Blue) = 112+179+72=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #70B348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B348 is #8F4CB7. Grayscale: #939393. Windows color (decimal): -9391288 or 4764528. OLE color: 4764528.
HSL color Cylindrical-coordinate representation of color #70B348: hue angle of 97.57º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70B348 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 72 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.30 |
| HSL | 97.57º | 0.43% | 0.49% | - |
| HSV(B) | 97.57º | 0.6% | 0.7% | - |
| XYZ | 23.97 | 36.15 | 11.85 | - |
| YUV | 146.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 72 | 0.37 | 0 | 0.60 | 0.30 | 97.57 | 0.43 | 0.49 |
| Hex | 70 | B3 | 48 | 25 | 0 | 3C | 1E | 62 | 2B | 31 |
| Octal | 160 | 263 | 110 | 45 | 0 | 74 | 36 | 142 | 53 | 61 |
| Binary | 1110000 | 10110011 | 1001000 | 100101 | 0 | 111100 | 11110 | 1100010 | 101011 | 110001 |
Color Harmonies of #70B348
Complementary color
Monochromatic Colors of #70B348
Black with #70B348
Text Example
Text Example
White with #70B348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B348; }
p { color: rgb(112,179,72); }
H1.HeaderClassName
{
color: #70B348;
}
.AnyTagClassName
{
color: #70B348;
}
</style>
background-color css
<style>
a { background-color: #70B348; }
a { background-color: rgb(112,179,72); }
div.DivClassName
{
background-color: #70B348;
}
.BgClassName
{
background-color: #70B348;
}
</style>
border-color css
<style>
span { border-color: #70B348; }
span { border-color: rgb(112,179,72); }
td.TdClassName
{
border-color: #70B348;
}
.TagClassName
{
border-color: #70B348;
}
</style>