#70A74A

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

Shades of Apple #70A74A

Tints of Apple #70A74A

Color information

#70A74A (or 0x70A74A) is unknown color: approx Apple. HEX triplet: 70, A7 and 4A. RGB value is (112,167,74). Sum of RGB (Red+Green+Blue) = 112+167+74=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #70A74A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A74A is #8F58B5. Grayscale: #8C8C8C. Windows color (decimal): -9394358 or 4892528. OLE color: 4892528.

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

Color convert

RGB11216774-
CMYK0.3300.560.35
HSL95.48º38.59%47.25%-
HSV(B)95.48º55.69%65.49%-
XYZ21.7431.5811.43-
YUV139.9590.78108.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 167 (65.62% from 255) = 47.31%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=31.73%
G=47.31%
B=20.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112167740.3300.560.3595.4838.5947.25
Hex70A74A21038235f272f
Octal16024711241070431374757
Binary111000010100111100101010000101110001000111011111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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