#70A55D

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

Shades of Asparagus #70A55D

Tints of Asparagus #70A55D

Color information

#70A55D (or 0x70A55D) is unknown color: approx Asparagus. HEX triplet: 70, A5 and 5D. RGB value is (112,165,93). Sum of RGB (Red+Green+Blue) = 112+165+93=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #70A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A55D is #8F5AA2. Grayscale: #8D8D8D. Windows color (decimal): -9394851 or 6137200. OLE color: 6137200.

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

Color convert

RGB11216593-
CMYK0.3200.440.35
HSL104.17º28.57%50.59%-
HSV(B)104.17º43.64%64.71%-
XYZ22.1131.1515.2-
YUV140.94100.94107.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=30.27%
G=44.59%
B=25.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165930.3200.440.35104.1728.5750.59
Hex70A55D2002C23681d33
Octal16024513540054431503563
Binary11100001010010110111011000000101100100011110100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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