#70AF5D

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

Shades of Apple #70AF5D

Tints of Apple #70AF5D

Color information

#70AF5D (or 0x70AF5D) is unknown color: approx Apple. HEX triplet: 70, AF and 5D. RGB value is (112,175,93). Sum of RGB (Red+Green+Blue) = 112+175+93=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF5D is #8F50A2. Grayscale: #939393. Windows color (decimal): -9392291 or 6139760. OLE color: 6139760.

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

Color convert

RGB11217593-
CMYK0.3600.470.31
HSL106.1º33.88%52.55%-
HSV(B)106.1º46.86%68.63%-
XYZ23.9934.915.83-
YUV146.8297.63103.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=29.47%
G=46.05%
B=24.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175930.3600.470.31106.133.8852.55
Hex70AF5D2402F1F6a2235
Octal16025713544057371524265
Binary11100001010111110111011001000101111111111101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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