#70A84A

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

Shades of Apple #70A84A

Tints of Apple #70A84A

Color information

#70A84A (or 0x70A84A) is unknown color: approx Apple. HEX triplet: 70, A8 and 4A. RGB value is (112,168,74). Sum of RGB (Red+Green+Blue) = 112+168+74=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #70A84A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A84A is #8F57B5. Grayscale: #8C8C8C. Windows color (decimal): -9394102 or 4892784. OLE color: 4892784.

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

Color convert

RGB11216874-
CMYK0.3300.560.34
HSL95.74º38.84%47.45%-
HSV(B)95.74º55.95%65.88%-
XYZ21.9231.9411.49-
YUV140.5490.45107.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=31.64%
G=47.46%
B=20.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112168740.3300.560.3495.7438.8447.45
Hex70A84A210382260272f
Octal16025011241070421404757
Binary111000010101000100101010000101110001000101100000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,168,74); }

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

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

 a { background-color: rgb(112,168,74); }

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

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

 span { border-color: rgb(112,168,74); }

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