#70AF56

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

Shades of Apple #70AF56

Tints of Apple #70AF56

Color information

#70AF56 (or 0x70AF56) is unknown color: approx Apple. HEX triplet: 70, AF and 56. RGB value is (112,175,86). Sum of RGB (Red+Green+Blue) = 112+175+86=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF56 is #8F50A9. Grayscale: #929292. Windows color (decimal): -9392298 or 5681008. OLE color: 5681008.

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

Color convert

RGB11217586-
CMYK0.3600.510.31
HSL102.47º35.74%51.18%-
HSV(B)102.47º50.86%68.63%-
XYZ23.6934.7814.27-
YUV146.0294.13103.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=30.03%
G=46.92%
B=23.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175860.3600.510.31102.4735.7451.18
Hex70AF56240331F662433
Octal16025712644063371464463
Binary11100001010111110101101001000110011111111100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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