#70B557

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

Shades of Apple #70B557

Tints of Apple #70B557

Color information

#70B557 (or 0x70B557) is unknown color: approx Apple. HEX triplet: 70, B5 and 57. RGB value is (112,181,87). Sum of RGB (Red+Green+Blue) = 112+181+87=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #70B557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B557 is #8F4AA8. Grayscale: #959595. Windows color (decimal): -9390761 or 5748080. OLE color: 5748080.

HSL color Cylindrical-coordinate representation of color #70B557: hue angle of 104.04º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70B557 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB11218187-
CMYK0.3800.520.29
HSL104.04º38.84%52.55%-
HSV(B)104.04º51.93%70.98%-
XYZ24.9337.1814.88-
YUV149.6592.64101.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 181 (71.09% from 255) = 47.63%
BLUE value IS 87 (34.38% from 255) = 22.89%
R=29.47%
G=47.63%
B=22.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112181870.3800.520.29104.0438.8452.55
Hex70B557260341D682735
Octal16026512746064351504765
Binary11100001011010110101111001100110100111011101000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,181,87); }

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

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

 a { background-color: rgb(112,181,87); }

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

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

 span { border-color: rgb(112,181,87); }

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