Shades of Apple #70B74C
Tints of Apple #70B74C
RGB
CMYK
RGB Variations
Color information
#70B74C (or 0x70B74C) is known color: Apple. HEX triplet: 70, B7 and 4C. RGB value is (112,183,76). Sum of RGB (Red+Green+Blue) = 112+183+76=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #70B74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B74C is #8F48B3. Grayscale: #959595. Windows color (decimal): -9390260 or 5027696. OLE color: 5027696.
HSL color Cylindrical-coordinate representation of color #70B74C: hue angle of 99.81º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70B74C is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 76 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.28 |
| HSL | 99.81º | 0.43% | 0.51% | - |
| HSV(B) | 99.81º | 0.58% | 0.72% | - |
| XYZ | 24.92 | 37.83 | 12.83 | - |
| YUV | 149.57 | 86.48 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 76 | 0.39 | 0 | 0.58 | 0.28 | 99.81 | 0.43 | 0.51 |
| Hex | 70 | B7 | 4C | 27 | 0 | 3A | 1C | 64 | 2B | 33 |
| Octal | 160 | 267 | 114 | 47 | 0 | 72 | 34 | 144 | 53 | 63 |
| Binary | 1110000 | 10110111 | 1001100 | 100111 | 0 | 111010 | 11100 | 1100100 | 101011 | 110011 |
Color Harmonies of #70B74C
Complementary color
Monochromatic Colors of #70B74C
Black with #70B74C
Text Example
Text Example
White with #70B74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B74C; }
p { color: rgb(112,183,76); }
H1.HeaderClassName
{
color: #70B74C;
}
.AnyTagClassName
{
color: #70B74C;
}
</style>
background-color css
<style>
a { background-color: #70B74C; }
a { background-color: rgb(112,183,76); }
div.DivClassName
{
background-color: #70B74C;
}
.BgClassName
{
background-color: #70B74C;
}
</style>
border-color css
<style>
span { border-color: #70B74C; }
span { border-color: rgb(112,183,76); }
td.TdClassName
{
border-color: #70B74C;
}
.TagClassName
{
border-color: #70B74C;
}
</style>