Shades of Apple #70B05A
Tints of Apple #70B05A
RGB
CMYK
RGB Variations
Color information
#70B05A (or 0x70B05A) is known color: Apple. HEX triplet: 70, B0 and 5A. RGB value is (112,176,90). Sum of RGB (Red+Green+Blue) = 112+176+90=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #70B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B05A is #8F4FA5. Grayscale: #939393. Windows color (decimal): -9392038 or 5943408. OLE color: 5943408.
HSL color Cylindrical-coordinate representation of color #70B05A: hue angle of 104.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70B05A is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 176 | 90 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.31 |
| HSL | 104.65º | 0.35% | 0.52% | - |
| HSV(B) | 104.65º | 0.49% | 0.69% | - |
| XYZ | 24.05 | 35.23 | 15.21 | - |
| YUV | 147.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 176 | 90 | 0.36 | 0 | 0.49 | 0.31 | 104.65 | 0.35 | 0.52 |
| Hex | 70 | B0 | 5A | 24 | 0 | 31 | 1F | 69 | 23 | 34 |
| Octal | 160 | 260 | 132 | 44 | 0 | 61 | 37 | 151 | 43 | 64 |
| Binary | 1110000 | 10110000 | 1011010 | 100100 | 0 | 110001 | 11111 | 1101001 | 100011 | 110100 |
Color Harmonies of #70B05A
Complementary color
Monochromatic Colors of #70B05A
Black with #70B05A
Text Example
Text Example
White with #70B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B05A; }
p { color: rgb(112,176,90); }
H1.HeaderClassName
{
color: #70B05A;
}
.AnyTagClassName
{
color: #70B05A;
}
</style>
background-color css
<style>
a { background-color: #70B05A; }
a { background-color: rgb(112,176,90); }
div.DivClassName
{
background-color: #70B05A;
}
.BgClassName
{
background-color: #70B05A;
}
</style>
border-color css
<style>
span { border-color: #70B05A; }
span { border-color: rgb(112,176,90); }
td.TdClassName
{
border-color: #70B05A;
}
.TagClassName
{
border-color: #70B05A;
}
</style>