#70AF52

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

Shades of Apple #70AF52

Tints of Apple #70AF52

Color information

#70AF52 (or 0x70AF52) is unknown color: approx Apple. HEX triplet: 70, AF and 52. RGB value is (112,175,82). Sum of RGB (Red+Green+Blue) = 112+175+82=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF52 is #8F50AD. Grayscale: #919191. Windows color (decimal): -9392302 or 5418864. OLE color: 5418864.

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

Color convert

RGB11217582-
CMYK0.3600.530.31
HSL100.65º36.76%50.39%-
HSV(B)100.65º53.14%68.63%-
XYZ23.5434.7113.44-
YUV145.5692.13104.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=30.35%
G=47.43%
B=22.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175820.3600.530.31100.6536.7650.39
Hex70AF52240351F652532
Octal16025712244065371454562
Binary11100001010111110100101001000110101111111100101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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