Shades of Apple #70AD5D
Tints of Apple #70AD5D
RGB
CMYK
RGB Variations
Color information
#70AD5D (or 0x70AD5D) is known color: Apple. HEX triplet: 70, AD and 5D. RGB value is (112,173,93). Sum of RGB (Red+Green+Blue) = 112+173+93=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD5D is #8F52A2. Grayscale: #919191. Windows color (decimal): -9392803 or 6139248. OLE color: 6139248.
HSL color Cylindrical-coordinate representation of color #70AD5D: hue angle of 105.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70AD5D is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 93 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.32 |
| HSL | 105.75º | 0.33% | 0.52% | - |
| HSV(B) | 105.75º | 0.46% | 0.68% | - |
| XYZ | 23.6 | 34.12 | 15.7 | - |
| YUV | 145.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 93 | 0.35 | 0 | 0.46 | 0.32 | 105.75 | 0.33 | 0.52 |
| Hex | 70 | AD | 5D | 23 | 0 | 2E | 20 | 6A | 21 | 34 |
| Octal | 160 | 255 | 135 | 43 | 0 | 56 | 40 | 152 | 41 | 64 |
| Binary | 1110000 | 10101101 | 1011101 | 100011 | 0 | 101110 | 100000 | 1101010 | 100001 | 110100 |
Color Harmonies of #70AD5D
Complementary color
Monochromatic Colors of #70AD5D
Black with #70AD5D
Text Example
Text Example
White with #70AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD5D; }
p { color: rgb(112,173,93); }
H1.HeaderClassName
{
color: #70AD5D;
}
.AnyTagClassName
{
color: #70AD5D;
}
</style>
background-color css
<style>
a { background-color: #70AD5D; }
a { background-color: rgb(112,173,93); }
div.DivClassName
{
background-color: #70AD5D;
}
.BgClassName
{
background-color: #70AD5D;
}
</style>
border-color css
<style>
span { border-color: #70AD5D; }
span { border-color: rgb(112,173,93); }
td.TdClassName
{
border-color: #70AD5D;
}
.TagClassName
{
border-color: #70AD5D;
}
</style>