Shades of Apple #70B13F
Tints of Apple #70B13F
RGB
CMYK
RGB Variations
Color information
#70B13F (or 0x70B13F) is known color: Apple. HEX triplet: 70, B1 and 3F. RGB value is (112,177,63). Sum of RGB (Red+Green+Blue) = 112+177+63=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #70B13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B13F is #8F4EC0. Grayscale: #909090. Windows color (decimal): -9391809 or 4174192. OLE color: 4174192.
HSL color Cylindrical-coordinate representation of color #70B13F: hue angle of 94.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70B13F is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 177 | 63 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.31 |
| HSL | 94.21º | 0.48% | 0.47% | - |
| HSV(B) | 94.21º | 0.64% | 0.69% | - |
| XYZ | 23.3 | 35.25 | 10.28 | - |
| YUV | 144.57 | 81.97 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 177 | 63 | 0.37 | 0 | 0.64 | 0.31 | 94.21 | 0.48 | 0.47 |
| Hex | 70 | B1 | 3F | 25 | 0 | 40 | 1F | 5E | 30 | 2F |
| Octal | 160 | 261 | 77 | 45 | 0 | 100 | 37 | 136 | 60 | 57 |
| Binary | 1110000 | 10110001 | 111111 | 100101 | 0 | 1000000 | 11111 | 1011110 | 110000 | 101111 |
Color Harmonies of #70B13F
Complementary color
Monochromatic Colors of #70B13F
Black with #70B13F
Text Example
Text Example
White with #70B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B13F; }
p { color: rgb(112,177,63); }
H1.HeaderClassName
{
color: #70B13F;
}
.AnyTagClassName
{
color: #70B13F;
}
</style>
background-color css
<style>
a { background-color: #70B13F; }
a { background-color: rgb(112,177,63); }
div.DivClassName
{
background-color: #70B13F;
}
.BgClassName
{
background-color: #70B13F;
}
</style>
border-color css
<style>
span { border-color: #70B13F; }
span { border-color: rgb(112,177,63); }
td.TdClassName
{
border-color: #70B13F;
}
.TagClassName
{
border-color: #70B13F;
}
</style>