Shades of Apple #70AD5C
Tints of Apple #70AD5C
RGB
CMYK
RGB Variations
Color information
#70AD5C (or 0x70AD5C) is known color: Apple. HEX triplet: 70, AD and 5C. RGB value is (112,173,92). Sum of RGB (Red+Green+Blue) = 112+173+92=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD5C is #8F52A3. Grayscale: #919191. Windows color (decimal): -9392804 or 6073712. OLE color: 6073712.
HSL color Cylindrical-coordinate representation of color #70AD5C: hue angle of 105.19º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70AD5C is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 92 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.32 |
| HSL | 105.19º | 0.33% | 0.52% | - |
| HSV(B) | 105.19º | 0.47% | 0.68% | - |
| XYZ | 23.56 | 34.1 | 15.47 | - |
| YUV | 145.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 92 | 0.35 | 0 | 0.47 | 0.32 | 105.19 | 0.33 | 0.52 |
| Hex | 70 | AD | 5C | 23 | 0 | 2F | 20 | 69 | 21 | 34 |
| Octal | 160 | 255 | 134 | 43 | 0 | 57 | 40 | 151 | 41 | 64 |
| Binary | 1110000 | 10101101 | 1011100 | 100011 | 0 | 101111 | 100000 | 1101001 | 100001 | 110100 |
Color Harmonies of #70AD5C
Complementary color
Monochromatic Colors of #70AD5C
Black with #70AD5C
Text Example
Text Example
White with #70AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD5C; }
p { color: rgb(112,173,92); }
H1.HeaderClassName
{
color: #70AD5C;
}
.AnyTagClassName
{
color: #70AD5C;
}
</style>
background-color css
<style>
a { background-color: #70AD5C; }
a { background-color: rgb(112,173,92); }
div.DivClassName
{
background-color: #70AD5C;
}
.BgClassName
{
background-color: #70AD5C;
}
</style>
border-color css
<style>
span { border-color: #70AD5C; }
span { border-color: rgb(112,173,92); }
td.TdClassName
{
border-color: #70AD5C;
}
.TagClassName
{
border-color: #70AD5C;
}
</style>