#70A94A

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

Shades of Apple #70A94A

Tints of Apple #70A94A

Color information

#70A94A (or 0x70A94A) is unknown color: approx Apple. HEX triplet: 70, A9 and 4A. RGB value is (112,169,74). Sum of RGB (Red+Green+Blue) = 112+169+74=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #70A94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A94A is #8F56B5. Grayscale: #8D8D8D. Windows color (decimal): -9393846 or 4893040. OLE color: 4893040.

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

Color convert

RGB11216974-
CMYK0.3400.560.34
HSL96º39.09%47.65%-
HSV(B)96º56.21%66.27%-
XYZ22.1132.3211.55-
YUV141.1390.12107.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=31.55%
G=47.61%
B=20.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112169740.3400.560.349639.0947.65
Hex70A94A2203822602730
Octal16025111242070421404760
Binary111000010101001100101010001001110001000101100000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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