#70A952

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

Shades of Apple #70A952

Tints of Apple #70A952

Color information

#70A952 (or 0x70A952) is unknown color: approx Apple. HEX triplet: 70, A9 and 52. RGB value is (112,169,82). Sum of RGB (Red+Green+Blue) = 112+169+82=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 169 - color contains mainly: green. Hex color #70A952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A952 is #8F56AD. Grayscale: #8E8E8E. Windows color (decimal): -9393838 or 5417328. OLE color: 5417328.

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

Color convert

RGB11216982-
CMYK0.3400.510.34
HSL99.31º34.66%49.22%-
HSV(B)99.31º51.48%66.27%-
XYZ22.3932.4313.06-
YUV142.0494.12106.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.85%
GREEN value IS 169 (66.41% from 255) = 46.56%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=30.85%
G=46.56%
B=22.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112169820.3400.510.3499.3134.6649.22
Hex70A9522203322632331
Octal16025112242063421434361
Binary111000010101001101001010001001100111000101100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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