#70a958

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

Shades of Asparagus #70A958

Tints of Asparagus #70A958

Color information

#70A958 (or 0x70A958) is unknown color: approx Asparagus. HEX triplet: 70, A9 and 58. RGB value is (112,169,88). Sum of RGB (Red+Green+Blue) = 112+169+88=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #70A958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A958 is #8F56A7. Grayscale: #8E8E8E. Windows color (decimal): -9393832 or 5810544. OLE color: 5810544.

HSL color Cylindrical-coordinate representation of color #70A958: hue angle of 102.22º 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 #70A958 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB11216988-
CMYK0.3400.480.34
HSL102.22º32.02%50.39%-
HSV(B)102.22º47.93%66.27%-
XYZ22.6332.5314.32-
YUV142.7297.12106.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 169 (66.41% from 255) = 45.80%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=30.35%
G=45.80%
B=23.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112169880.3400.480.34102.2232.0250.39
Hex70A9582203022662032
Octal16025113042060421464062
Binary111000010101001101100010001001100001000101100110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70a958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,88); }

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

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

 a { background-color: rgb(112,169,88); }

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

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

 span { border-color: rgb(112,169,88); }

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