Html Css Color HEX #70A957 Asparagus

📋 copy color: '#70A957'

red 112 ◦ green 169 ◦ blue 87

#70A957
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #70A957

Tints of Asparagus #70A957

RGB

 RED value IS 112 (44.14% from 255) = 30.43%

 GREEN value IS 169 (66.41% from 255) = 45.92%

 BLUE value IS 87 (34.38% from 255) = 23.64%

R = 30.43%
G = 45.92%
B = 23.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#70A957 (or 0x70A957) is known color: Asparagus. HEX triplet: 70, A9 and 57. RGB value is (112,169,87). Sum of RGB (Red+Green+Blue) = 112+169+87=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #70A957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A957 is #8F56A8. Grayscale: #8E8E8E. Windows color (decimal): -9393833 or 5745008. OLE color: 5745008.

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

Color convert

RGB 112 169 87 -
CMYK 0.34 0 0.49 0.34
HSL 101.71º 0.32% 0.5% -
HSV(B) 101.71º 0.49% 0.66% -
XYZ 22.59 32.51 14.1 -
YUV 142.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 112 169 87 0.34 0 0.49 0.34 101.71 0.32 0.5
Hex 70 A9 57 22 0 31 22 66 20 32
Octal 160 251 127 42 0 61 42 146 40 62
Binary 1110000 10101001 1010111 100010 0 110001 100010 1100110 100000 110010

Color Harmonies of #70A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A957

Black with #70A957

Text Example


Text Example

White with #70A957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70A957;
 }
 .AnyTagClassName
 {
   color: #70A957;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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