#70AF57

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

Shades of Apple #70AF57

Tints of Apple #70AF57

Color information

#70AF57 (or 0x70AF57) is unknown color: approx Apple. HEX triplet: 70, AF and 57. RGB value is (112,175,87). Sum of RGB (Red+Green+Blue) = 112+175+87=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF57 is #8F50A8. Grayscale: #929292. Windows color (decimal): -9392297 or 5746544. OLE color: 5746544.

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

Color convert

RGB11217587-
CMYK0.3600.500.31
HSL102.95º35.48%51.37%-
HSV(B)102.95º50.29%68.63%-
XYZ23.7334.7914.48-
YUV146.1394.63103.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=29.95%
G=46.79%
B=23.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175870.3600.500.31102.9535.4851.37
Hex70AF57240321F672333
Octal16025712744062371474363
Binary11100001010111110101111001000110010111111100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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