Shades of Apple #70B043
Tints of Apple #70B043
RGB
CMYK
RGB Variations
Color information
#70B043 (or 0x70B043) is known color: Apple. HEX triplet: 70, B0 and 43. RGB value is (112,176,67). Sum of RGB (Red+Green+Blue) = 112+176+67=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #70B043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70B043 is #8F4FBC. Grayscale: #909090. Windows color (decimal): -9392061 or 4436080. OLE color: 4436080.
HSL color Cylindrical-coordinate representation of color #70B043: hue angle of 95.23º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70B043 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 176 | 67 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.31 |
| HSL | 95.23º | 0.45% | 0.48% | - |
| HSV(B) | 95.23º | 0.62% | 0.69% | - |
| XYZ | 23.22 | 34.9 | 10.82 | - |
| YUV | 144.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 176 | 67 | 0.36 | 0 | 0.62 | 0.31 | 95.23 | 0.45 | 0.48 |
| Hex | 70 | B0 | 43 | 24 | 0 | 3E | 1F | 5F | 2D | 30 |
| Octal | 160 | 260 | 103 | 44 | 0 | 76 | 37 | 137 | 55 | 60 |
| Binary | 1110000 | 10110000 | 1000011 | 100100 | 0 | 111110 | 11111 | 1011111 | 101101 | 110000 |
Color Harmonies of #70B043
Complementary color
Monochromatic Colors of #70B043
Black with #70B043
Text Example
Text Example
White with #70B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B043; }
p { color: rgb(112,176,67); }
H1.HeaderClassName
{
color: #70B043;
}
.AnyTagClassName
{
color: #70B043;
}
</style>
background-color css
<style>
a { background-color: #70B043; }
a { background-color: rgb(112,176,67); }
div.DivClassName
{
background-color: #70B043;
}
.BgClassName
{
background-color: #70B043;
}
</style>
border-color css
<style>
span { border-color: #70B043; }
span { border-color: rgb(112,176,67); }
td.TdClassName
{
border-color: #70B043;
}
.TagClassName
{
border-color: #70B043;
}
</style>