#70A755

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

Shades of Asparagus #70A755

Tints of Asparagus #70A755

Color information

#70A755 (or 0x70A755) is unknown color: approx Asparagus. HEX triplet: 70, A7 and 55. RGB value is (112,167,85). Sum of RGB (Red+Green+Blue) = 112+167+85=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #70A755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A755 is #8F58AA. Grayscale: #8D8D8D. Windows color (decimal): -9394347 or 5613424. OLE color: 5613424.

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

Color convert

RGB11216785-
CMYK0.3300.490.35
HSL100.24º32.54%49.41%-
HSV(B)100.24º49.1%65.49%-
XYZ22.1431.7413.55-
YUV141.2196.28107.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 167 (65.62% from 255) = 45.88%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=30.77%
G=45.88%
B=23.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112167850.3300.490.35100.2432.5449.41
Hex70A7552103123642131
Octal16024712541061431444161
Binary111000010100111101010110000101100011000111100100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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