Html Css Color HEX #70A44A Asparagus

📋 copy color: '#70A44A'

red 112 ◦ green 164 ◦ blue 74

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

Shades of Asparagus #70A44A

Tints of Asparagus #70A44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.86%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 32%
G = 46.86%
B = 21.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#70A44A (or 0x70A44A) is known color: Asparagus. HEX triplet: 70, A4 and 4A. RGB value is (112,164,74). Sum of RGB (Red+Green+Blue) = 112+164+74=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #70A44A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A44A is #8F5BB5. Grayscale: #8A8A8A. Windows color (decimal): -9395126 or 4891760. OLE color: 4891760.

HSL color Cylindrical-coordinate representation of color #70A44A: hue angle of 94.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70A44A is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 164 74 -
CMYK 0.32 0 0.55 0.36
HSL 94.67º 0.38% 0.47% -
HSV(B) 94.67º 0.55% 0.64% -
XYZ 21.19 30.49 11.25 -
YUV 138.19 91.77 109.32 -
System Red Green Blue C M Y K H S L
Decimal 112 164 74 0.32 0 0.55 0.36 94.67 0.38 0.47
Hex 70 A4 4A 20 0 37 24 5F 26 2F
Octal 160 244 112 40 0 67 44 137 46 57
Binary 1110000 10100100 1001010 100000 0 110111 100100 1011111 100110 101111

Color Harmonies of #70A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A44A

Black with #70A44A

Text Example


Text Example

White with #70A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,164,74); }

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

background-color css

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

 a { background-color: rgb(112,164,74); }

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

border-color css

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

 span { border-color: rgb(112,164,74); }

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