#70A955

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

Shades of Apple #70A955

Tints of Apple #70A955

Color information

#70A955 (or 0x70A955) is unknown color: approx Apple. HEX triplet: 70, A9 and 55. RGB value is (112,169,85). Sum of RGB (Red+Green+Blue) = 112+169+85=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #70A955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A955 is #8F56AA. Grayscale: #8E8E8E. Windows color (decimal): -9393835 or 5613936. OLE color: 5613936.

HSL color Cylindrical-coordinate representation of color #70A955: hue angle of 100.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A955 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB11216985-
CMYK0.3400.500.34
HSL100.71º33.07%49.8%-
HSV(B)100.71º49.7%66.27%-
XYZ22.5132.4813.68-
YUV142.3895.62106.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 169 (66.41% from 255) = 46.17%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=30.60%
G=46.17%
B=23.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112169850.3400.500.34100.7133.0749.8
Hex70A9552203222652132
Octal16025112542062421454162
Binary111000010101001101010110001001100101000101100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,85); }

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

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

 a { background-color: rgb(112,169,85); }

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

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

 span { border-color: rgb(112,169,85); }

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