Shades of Apple #70B93C
Tints of Apple #70B93C
RGB
CMYK
RGB Variations
Color information
#70B93C (or 0x70B93C) is known color: Apple. HEX triplet: 70, B9 and 3C. RGB value is (112,185,60). Sum of RGB (Red+Green+Blue) = 112+185+60=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #70B93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B93C is #8F46C3. Grayscale: #959595. Windows color (decimal): -9389764 or 3979632. OLE color: 3979632.
HSL color Cylindrical-coordinate representation of color #70B93C: hue angle of 95.04º 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 #70B93C is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 60 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.27 |
| HSL | 95.04º | 0.51% | 0.48% | - |
| HSV(B) | 95.04º | 0.68% | 0.73% | - |
| XYZ | 24.85 | 38.47 | 10.39 | - |
| YUV | 148.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 60 | 0.39 | 0 | 0.68 | 0.27 | 95.04 | 0.51 | 0.48 |
| Hex | 70 | B9 | 3C | 27 | 0 | 44 | 1B | 5F | 33 | 30 |
| Octal | 160 | 271 | 74 | 47 | 0 | 104 | 33 | 137 | 63 | 60 |
| Binary | 1110000 | 10111001 | 111100 | 100111 | 0 | 1000100 | 11011 | 1011111 | 110011 | 110000 |
Color Harmonies of #70B93C
Complementary color
Monochromatic Colors of #70B93C
Black with #70B93C
Text Example
Text Example
White with #70B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B93C; }
p { color: rgb(112,185,60); }
H1.HeaderClassName
{
color: #70B93C;
}
.AnyTagClassName
{
color: #70B93C;
}
</style>
background-color css
<style>
a { background-color: #70B93C; }
a { background-color: rgb(112,185,60); }
div.DivClassName
{
background-color: #70B93C;
}
.BgClassName
{
background-color: #70B93C;
}
</style>
border-color css
<style>
span { border-color: #70B93C; }
span { border-color: rgb(112,185,60); }
td.TdClassName
{
border-color: #70B93C;
}
.TagClassName
{
border-color: #70B93C;
}
</style>