#70af4f

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

Shades of Apple #70AF4F

Tints of Apple #70AF4F

Color information

#70AF4F (or 0x70AF4F) is unknown color: approx Apple. HEX triplet: 70, AF and 4F. RGB value is (112,175,79). Sum of RGB (Red+Green+Blue) = 112+175+79=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF4F is #8F50B0. Grayscale: #919191. Windows color (decimal): -9392305 or 5222256. OLE color: 5222256.

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

Color convert

RGB11217579-
CMYK0.3600.550.31
HSL99.38º37.8%49.8%-
HSV(B)99.38º54.86%68.63%-
XYZ23.4234.6712.85-
YUV145.2290.63104.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 175 (68.75% from 255) = 47.81%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=30.60%
G=47.81%
B=21.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112175790.3600.550.3199.3837.849.8
Hex70AF4F240371F632632
Octal16025711744067371434662
Binary11100001010111110011111001000110111111111100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70af4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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