#70b350

Color #70B350 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70B350

Tints of Apple #70B350

Color information

#70B350 (or 0x70B350) is unknown color: approx Apple. HEX triplet: 70, B3 and 50. RGB value is (112,179,80). Sum of RGB (Red+Green+Blue) = 112+179+80=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #70B350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B350 is #8F4CAF. Grayscale: #949494. Windows color (decimal): -9391280 or 5288816. OLE color: 5288816.

HSL color Cylindrical-coordinate representation of color #70B350: hue angle of 100.61º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70B350 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB11217980-
CMYK0.3700.550.30
HSL100.61º39.44%50.78%-
HSV(B)100.61º55.31%70.2%-
XYZ24.2536.2613.31-
YUV147.6889.8102.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=30.19%
G=48.25%
B=21.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal112179800.3700.550.30100.6139.4450.78
Hex70B350250371E652733
Octal16026312045067361454763
Binary11100001011001110100001001010110111111101100101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70b350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70b350; }

 p { color: rgb(112,179,80); }

 H1.HeaderClassName
 {
   color: #70b350;
 }
 .AnyTagClassName
 {
   color: #70b350;
 }
</style>
background-color css

<style>
 a { background-color: #70b350; }

 a { background-color: rgb(112,179,80); }

 div.DivClassName
 {
   background-color: #70b350;
 }
 .BgClassName
 {
   background-color: #70b350;
 }
</style>
border-color css

<style>
 span { border-color: #70b350; }

 span { border-color: rgb(112,179,80); }

 td.TdClassName
 {
   border-color: #70b350;
 }
 .TagClassName
 {
   border-color: #70b350;
 }
</style>