#70B156

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

Shades of Apple #70B156

Tints of Apple #70B156

Color information

#70B156 (or 0x70B156) is unknown color: approx Apple. HEX triplet: 70, B1 and 56. RGB value is (112,177,86). Sum of RGB (Red+Green+Blue) = 112+177+86=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #70B156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B156 is #8F4EA9. Grayscale: #939393. Windows color (decimal): -9391786 or 5681520. OLE color: 5681520.

HSL color Cylindrical-coordinate representation of color #70B156: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70B156 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB11217786-
CMYK0.3700.510.31
HSL102.86º36.84%51.57%-
HSV(B)102.86º51.41%69.41%-
XYZ24.0835.5614.4-
YUV147.1993.47102.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=29.87%
G=47.2%
B=22.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112177860.3700.510.31102.8636.8451.57
Hex70B156250331F672534
Octal16026112645063371474564
Binary11100001011000110101101001010110011111111100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,177,86); }

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

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

 a { background-color: rgb(112,177,86); }

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

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

 span { border-color: rgb(112,177,86); }

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