Shades of Apple #70B33C
Tints of Apple #70B33C
RGB
CMYK
RGB Variations
Color information
#70B33C (or 0x70B33C) is known color: Apple. HEX triplet: 70, B3 and 3C. RGB value is (112,179,60). Sum of RGB (Red+Green+Blue) = 112+179+60=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #70B33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B33C is #8F4CC3. Grayscale: #919191. Windows color (decimal): -9391300 or 3978096. OLE color: 3978096.
HSL color Cylindrical-coordinate representation of color #70B33C: hue angle of 93.78º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70B33C is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 60 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.30 |
| HSL | 93.78º | 0.5% | 0.47% | - |
| HSV(B) | 93.78º | 0.66% | 0.7% | - |
| XYZ | 23.62 | 36.01 | 9.98 | - |
| YUV | 145.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 60 | 0.37 | 0 | 0.66 | 0.30 | 93.78 | 0.5 | 0.47 |
| Hex | 70 | B3 | 3C | 25 | 0 | 42 | 1E | 5E | 32 | 2F |
| Octal | 160 | 263 | 74 | 45 | 0 | 102 | 36 | 136 | 62 | 57 |
| Binary | 1110000 | 10110011 | 111100 | 100101 | 0 | 1000010 | 11110 | 1011110 | 110010 | 101111 |
Color Harmonies of #70B33C
Complementary color
Monochromatic Colors of #70B33C
Black with #70B33C
Text Example
Text Example
White with #70B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B33C; }
p { color: rgb(112,179,60); }
H1.HeaderClassName
{
color: #70B33C;
}
.AnyTagClassName
{
color: #70B33C;
}
</style>
background-color css
<style>
a { background-color: #70B33C; }
a { background-color: rgb(112,179,60); }
div.DivClassName
{
background-color: #70B33C;
}
.BgClassName
{
background-color: #70B33C;
}
</style>
border-color css
<style>
span { border-color: #70B33C; }
span { border-color: rgb(112,179,60); }
td.TdClassName
{
border-color: #70B33C;
}
.TagClassName
{
border-color: #70B33C;
}
</style>