#70A54A

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

Shades of Apple #70A54A

Tints of Apple #70A54A

Color information

#70A54A (or 0x70A54A) is unknown color: approx Apple. HEX triplet: 70, A5 and 4A. RGB value is (112,165,74). Sum of RGB (Red+Green+Blue) = 112+165+74=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #70A54A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A54A is #8F5AB5. Grayscale: #8B8B8B. Windows color (decimal): -9394870 or 4892016. OLE color: 4892016.

HSL color Cylindrical-coordinate representation of color #70A54A: hue angle of 94.95º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70A54A is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB11216574-
CMYK0.3200.550.35
HSL94.95º38.08%46.86%-
HSV(B)94.95º55.15%64.71%-
XYZ21.3730.8511.31-
YUV138.7891.44108.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=31.91%
G=47.01%
B=21.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165740.3200.550.3594.9538.0846.86
Hex70A54A20037235f262f
Octal16024511240067431374657
Binary111000010100101100101010000001101111000111011111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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