Shades of Apple #70B25C
Tints of Apple #70B25C
RGB
CMYK
RGB Variations
Color information
#70B25C (or 0x70B25C) is known color: Apple. HEX triplet: 70, B2 and 5C. RGB value is (112,178,92). Sum of RGB (Red+Green+Blue) = 112+178+92=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #70B25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B25C is #8F4DA3. Grayscale: #949494. Windows color (decimal): -9391524 or 6074992. OLE color: 6074992.
HSL color Cylindrical-coordinate representation of color #70B25C: hue angle of 106.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70B25C is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 92 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.30 |
| HSL | 106.05º | 0.36% | 0.53% | - |
| HSV(B) | 106.05º | 0.48% | 0.7% | - |
| XYZ | 24.53 | 36.06 | 15.79 | - |
| YUV | 148.46 | 96.13 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 92 | 0.37 | 0 | 0.48 | 0.30 | 106.05 | 0.36 | 0.53 |
| Hex | 70 | B2 | 5C | 25 | 0 | 30 | 1E | 6A | 24 | 35 |
| Octal | 160 | 262 | 134 | 45 | 0 | 60 | 36 | 152 | 44 | 65 |
| Binary | 1110000 | 10110010 | 1011100 | 100101 | 0 | 110000 | 11110 | 1101010 | 100100 | 110101 |
Color Harmonies of #70B25C
Complementary color
Monochromatic Colors of #70B25C
Black with #70B25C
Text Example
Text Example
White with #70B25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B25C; }
p { color: rgb(112,178,92); }
H1.HeaderClassName
{
color: #70B25C;
}
.AnyTagClassName
{
color: #70B25C;
}
</style>
background-color css
<style>
a { background-color: #70B25C; }
a { background-color: rgb(112,178,92); }
div.DivClassName
{
background-color: #70B25C;
}
.BgClassName
{
background-color: #70B25C;
}
</style>
border-color css
<style>
span { border-color: #70B25C; }
span { border-color: rgb(112,178,92); }
td.TdClassName
{
border-color: #70B25C;
}
.TagClassName
{
border-color: #70B25C;
}
</style>