Shades of Apple #70B338
Tints of Apple #70B338
RGB
CMYK
RGB Variations
Color information
#70B338 (or 0x70B338) is known color: Apple. HEX triplet: 70, B3 and 38. RGB value is (112,179,56). Sum of RGB (Red+Green+Blue) = 112+179+56=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #70B338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B338 is #8F4CC7. Grayscale: #919191. Windows color (decimal): -9391304 or 3715952. OLE color: 3715952.
HSL color Cylindrical-coordinate representation of color #70B338: hue angle of 92.68º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70B338 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 56 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.30 |
| HSL | 92.68º | 0.52% | 0.46% | - |
| HSV(B) | 92.68º | 0.69% | 0.7% | - |
| XYZ | 23.52 | 35.97 | 9.44 | - |
| YUV | 144.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 56 | 0.37 | 0 | 0.69 | 0.30 | 92.68 | 0.52 | 0.46 |
| Hex | 70 | B3 | 38 | 25 | 0 | 45 | 1E | 5D | 34 | 2E |
| Octal | 160 | 263 | 70 | 45 | 0 | 105 | 36 | 135 | 64 | 56 |
| Binary | 1110000 | 10110011 | 111000 | 100101 | 0 | 1000101 | 11110 | 1011101 | 110100 | 101110 |
Color Harmonies of #70B338
Complementary color
Monochromatic Colors of #70B338
Black with #70B338
Text Example
Text Example
White with #70B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B338; }
p { color: rgb(112,179,56); }
H1.HeaderClassName
{
color: #70B338;
}
.AnyTagClassName
{
color: #70B338;
}
</style>
background-color css
<style>
a { background-color: #70B338; }
a { background-color: rgb(112,179,56); }
div.DivClassName
{
background-color: #70B338;
}
.BgClassName
{
background-color: #70B338;
}
</style>
border-color css
<style>
span { border-color: #70B338; }
span { border-color: rgb(112,179,56); }
td.TdClassName
{
border-color: #70B338;
}
.TagClassName
{
border-color: #70B338;
}
</style>