#70A857

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

Shades of Asparagus #70A857

Tints of Asparagus #70A857

Color information

#70A857 (or 0x70A857) is unknown color: approx Asparagus. HEX triplet: 70, A8 and 57. RGB value is (112,168,87). Sum of RGB (Red+Green+Blue) = 112+168+87=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 168 - color contains mainly: green. Hex color #70A857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A857 is #8F57A8. Grayscale: #8E8E8E. Windows color (decimal): -9394089 or 5744752. OLE color: 5744752.

HSL color Cylindrical-coordinate representation of color #70A857: hue angle of 101.48º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70A857 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB11216887-
CMYK0.3300.480.34
HSL101.48º31.76%50%-
HSV(B)101.48º48.21%65.88%-
XYZ22.4132.1414.04-
YUV142.0296.95106.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=30.52%
G=45.78%
B=23.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112168870.3300.480.34101.4831.7650
Hex70A8572103022652032
Octal16025012741060421454062
Binary111000010101000101011110000101100001000101100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,168,87); }

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

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

 a { background-color: rgb(112,168,87); }

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

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

 span { border-color: rgb(112,168,87); }

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