Shades of Apple #70B438
Tints of Apple #70B438
RGB
CMYK
RGB Variations
Color information
#70B438 (or 0x70B438) is known color: Apple. HEX triplet: 70, B4 and 38. RGB value is (112,180,56). Sum of RGB (Red+Green+Blue) = 112+180+56=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #70B438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B438 is #8F4BC7. Grayscale: #919191. Windows color (decimal): -9391048 or 3716208. OLE color: 3716208.
HSL color Cylindrical-coordinate representation of color #70B438: hue angle of 92.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70B438 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 180 | 56 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.29 |
| HSL | 92.9º | 0.53% | 0.46% | - |
| HSV(B) | 92.9º | 0.69% | 0.71% | - |
| XYZ | 23.72 | 36.37 | 9.51 | - |
| YUV | 145.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 180 | 56 | 0.38 | 0 | 0.69 | 0.29 | 92.9 | 0.53 | 0.46 |
| Hex | 70 | B4 | 38 | 26 | 0 | 45 | 1D | 5D | 35 | 2E |
| Octal | 160 | 264 | 70 | 46 | 0 | 105 | 35 | 135 | 65 | 56 |
| Binary | 1110000 | 10110100 | 111000 | 100110 | 0 | 1000101 | 11101 | 1011101 | 110101 | 101110 |
Color Harmonies of #70B438
Complementary color
Monochromatic Colors of #70B438
Black with #70B438
Text Example
Text Example
White with #70B438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B438; }
p { color: rgb(112,180,56); }
H1.HeaderClassName
{
color: #70B438;
}
.AnyTagClassName
{
color: #70B438;
}
</style>
background-color css
<style>
a { background-color: #70B438; }
a { background-color: rgb(112,180,56); }
div.DivClassName
{
background-color: #70B438;
}
.BgClassName
{
background-color: #70B438;
}
</style>
border-color css
<style>
span { border-color: #70B438; }
span { border-color: rgb(112,180,56); }
td.TdClassName
{
border-color: #70B438;
}
.TagClassName
{
border-color: #70B438;
}
</style>