Shades of Apple #70B94C
Tints of Apple #70B94C
RGB
CMYK
RGB Variations
Color information
#70B94C (or 0x70B94C) is known color: Apple. HEX triplet: 70, B9 and 4C. RGB value is (112,185,76). Sum of RGB (Red+Green+Blue) = 112+185+76=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #70B94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B94C is #8F46B3. Grayscale: #979797. Windows color (decimal): -9389748 or 5028208. OLE color: 5028208.
HSL color Cylindrical-coordinate representation of color #70B94C: hue angle of 100.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70B94C is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 76 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.27 |
| HSL | 100.18º | 0.44% | 0.51% | - |
| HSV(B) | 100.18º | 0.59% | 0.73% | - |
| XYZ | 25.34 | 38.66 | 12.97 | - |
| YUV | 150.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 76 | 0.39 | 0 | 0.59 | 0.27 | 100.18 | 0.44 | 0.51 |
| Hex | 70 | B9 | 4C | 27 | 0 | 3B | 1B | 64 | 2C | 33 |
| Octal | 160 | 271 | 114 | 47 | 0 | 73 | 33 | 144 | 54 | 63 |
| Binary | 1110000 | 10111001 | 1001100 | 100111 | 0 | 111011 | 11011 | 1100100 | 101100 | 110011 |
Color Harmonies of #70B94C
Complementary color
Monochromatic Colors of #70B94C
Black with #70B94C
Text Example
Text Example
White with #70B94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B94C; }
p { color: rgb(112,185,76); }
H1.HeaderClassName
{
color: #70B94C;
}
.AnyTagClassName
{
color: #70B94C;
}
</style>
background-color css
<style>
a { background-color: #70B94C; }
a { background-color: rgb(112,185,76); }
div.DivClassName
{
background-color: #70B94C;
}
.BgClassName
{
background-color: #70B94C;
}
</style>
border-color css
<style>
span { border-color: #70B94C; }
span { border-color: rgb(112,185,76); }
td.TdClassName
{
border-color: #70B94C;
}
.TagClassName
{
border-color: #70B94C;
}
</style>