#70A245

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

Shades of Asparagus #70A245

Tints of Asparagus #70A245

Color information

#70A245 (or 0x70A245) is unknown color: approx Asparagus. HEX triplet: 70, A2 and 45. RGB value is (112,162,69). Sum of RGB (Red+Green+Blue) = 112+162+69=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #70A245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A245 is #8F5DBA. Grayscale: #888888. Windows color (decimal): -9395643 or 4563568. OLE color: 4563568.

HSL color Cylindrical-coordinate representation of color #70A245: hue angle of 92.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70A245 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB11216269-
CMYK0.3100.570.36
HSL92.26º40.26%45.29%-
HSV(B)92.26º57.41%63.53%-
XYZ20.6829.7210.28-
YUV136.4589.94110.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 162 (63.67% from 255) = 47.23%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=32.65%
G=47.23%
B=20.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112162690.3100.570.3692.2640.2645.29
Hex70A2451F039245c282d
Octal16024210537071441345055
Binary11100001010001010001011111101110011001001011100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,69); }

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

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

 a { background-color: rgb(112,162,69); }

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

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

 span { border-color: rgb(112,162,69); }

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