Shades of Apple #70B34F
Tints of Apple #70B34F
RGB
CMYK
RGB Variations
Color information
#70B34F (or 0x70B34F) is known color: Apple. HEX triplet: 70, B3 and 4F. RGB value is (112,179,79). Sum of RGB (Red+Green+Blue) = 112+179+79=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #70B34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B34F is #8F4CB0. Grayscale: #939393. Windows color (decimal): -9391281 or 5223280. OLE color: 5223280.
HSL color Cylindrical-coordinate representation of color #70B34F: hue angle of 100.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70B34F is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 79 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.30 |
| HSL | 100.2º | 0.4% | 0.51% | - |
| HSV(B) | 100.2º | 0.56% | 0.7% | - |
| XYZ | 24.21 | 36.25 | 13.12 | - |
| YUV | 147.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 79 | 0.37 | 0 | 0.56 | 0.30 | 100.2 | 0.4 | 0.51 |
| Hex | 70 | B3 | 4F | 25 | 0 | 38 | 1E | 64 | 28 | 33 |
| Octal | 160 | 263 | 117 | 45 | 0 | 70 | 36 | 144 | 50 | 63 |
| Binary | 1110000 | 10110011 | 1001111 | 100101 | 0 | 111000 | 11110 | 1100100 | 101000 | 110011 |
Color Harmonies of #70B34F
Complementary color
Monochromatic Colors of #70B34F
Black with #70B34F
Text Example
Text Example
White with #70B34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B34F; }
p { color: rgb(112,179,79); }
H1.HeaderClassName
{
color: #70B34F;
}
.AnyTagClassName
{
color: #70B34F;
}
</style>
background-color css
<style>
a { background-color: #70B34F; }
a { background-color: rgb(112,179,79); }
div.DivClassName
{
background-color: #70B34F;
}
.BgClassName
{
background-color: #70B34F;
}
</style>
border-color css
<style>
span { border-color: #70B34F; }
span { border-color: rgb(112,179,79); }
td.TdClassName
{
border-color: #70B34F;
}
.TagClassName
{
border-color: #70B34F;
}
</style>