#70A159

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

Shades of Asparagus #70A159

Tints of Asparagus #70A159

Color information

#70A159 (or 0x70A159) is unknown color: approx Asparagus. HEX triplet: 70, A1 and 59. RGB value is (112,161,89). Sum of RGB (Red+Green+Blue) = 112+161+89=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #70A159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A159 is #8F5EA6. Grayscale: #8A8A8A. Windows color (decimal): -9395879 or 5874032. OLE color: 5874032.

HSL color Cylindrical-coordinate representation of color #70A159: hue angle of 100.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70A159 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB11216189-
CMYK0.3000.450.37
HSL100.83º28.8%49.02%-
HSV(B)100.83º44.72%63.14%-
XYZ21.2329.6614.06-
YUV138.14100.27109.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 161 (63.28% from 255) = 44.48%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=30.94%
G=44.48%
B=24.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal112161890.3000.450.37100.8328.849.02
Hex70A1591E02D25651d31
Octal16024113136055451453561
Binary1110000101000011011001111100101101100101110010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,161,89); }

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

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

 a { background-color: rgb(112,161,89); }

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

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

 span { border-color: rgb(112,161,89); }

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