Shades of Apple #70BA3C
Tints of Apple #70BA3C
RGB
CMYK
RGB Variations
Color information
#70BA3C (or 0x70BA3C) is known color: Apple. HEX triplet: 70, BA and 3C. RGB value is (112,186,60). Sum of RGB (Red+Green+Blue) = 112+186+60=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA3C is #8F45C3. Grayscale: #959595. Windows color (decimal): -9389508 or 3979888. OLE color: 3979888.
HSL color Cylindrical-coordinate representation of color #70BA3C: hue angle of 95.24º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70BA3C is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 60 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.27 |
| HSL | 95.24º | 0.51% | 0.48% | - |
| HSV(B) | 95.24º | 0.68% | 0.73% | - |
| XYZ | 25.06 | 38.89 | 10.46 | - |
| YUV | 149.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 60 | 0.40 | 0 | 0.68 | 0.27 | 95.24 | 0.51 | 0.48 |
| Hex | 70 | BA | 3C | 28 | 0 | 44 | 1B | 5F | 33 | 30 |
| Octal | 160 | 272 | 74 | 50 | 0 | 104 | 33 | 137 | 63 | 60 |
| Binary | 1110000 | 10111010 | 111100 | 101000 | 0 | 1000100 | 11011 | 1011111 | 110011 | 110000 |
Color Harmonies of #70BA3C
Complementary color
Monochromatic Colors of #70BA3C
Black with #70BA3C
Text Example
Text Example
White with #70BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA3C; }
p { color: rgb(112,186,60); }
H1.HeaderClassName
{
color: #70BA3C;
}
.AnyTagClassName
{
color: #70BA3C;
}
</style>
background-color css
<style>
a { background-color: #70BA3C; }
a { background-color: rgb(112,186,60); }
div.DivClassName
{
background-color: #70BA3C;
}
.BgClassName
{
background-color: #70BA3C;
}
</style>
border-color css
<style>
span { border-color: #70BA3C; }
span { border-color: rgb(112,186,60); }
td.TdClassName
{
border-color: #70BA3C;
}
.TagClassName
{
border-color: #70BA3C;
}
</style>