#70A359

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

Shades of Asparagus #70A359

Tints of Asparagus #70A359

Color information

#70A359 (or 0x70A359) is unknown color: approx Asparagus. HEX triplet: 70, A3 and 59. RGB value is (112,163,89). Sum of RGB (Red+Green+Blue) = 112+163+89=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #70A359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A359 is #8F5CA6. Grayscale: #8B8B8B. Windows color (decimal): -9395367 or 5874544. OLE color: 5874544.

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

Color convert

RGB11216389-
CMYK0.3100.450.36
HSL101.35º29.37%49.41%-
HSV(B)101.35º45.4%63.92%-
XYZ21.5830.3614.17-
YUV139.3299.6108.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.77%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=30.77%
G=44.78%
B=24.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112163890.3100.450.36101.3529.3749.41
Hex70A3591F02D24651d31
Octal16024313137055441453561
Binary1110000101000111011001111110101101100100110010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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