#70AB5D

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

Shades of Asparagus #70AB5D

Tints of Asparagus #70AB5D

Color information

#70AB5D (or 0x70AB5D) is unknown color: approx Asparagus. HEX triplet: 70, AB and 5D. RGB value is (112,171,93). Sum of RGB (Red+Green+Blue) = 112+171+93=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB5D is #8F54A2. Grayscale: #909090. Windows color (decimal): -9393315 or 6138736. OLE color: 6138736.

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

Color convert

RGB11217193-
CMYK0.3500.460.33
HSL105.38º31.71%51.76%-
HSV(B)105.38º45.61%67.06%-
XYZ23.2233.3615.57-
YUV144.4798.95104.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 171 (67.19% from 255) = 45.48%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=29.79%
G=45.48%
B=24.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112171930.3500.460.33105.3831.7151.76
Hex70AB5D2302E21692034
Octal16025313543056411514064
Binary111000010101011101110110001101011101000011101001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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