Html Css Color HEX #70A449 Asparagus

📋 copy color: '#70A449'

red 112 ◦ green 164 ◦ blue 73

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

Shades of Asparagus #70A449

Tints of Asparagus #70A449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 32.09%
G = 46.99%
B = 20.92%

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

#70A449 (or 0x70A449) is known color: Asparagus. HEX triplet: 70, A4 and 49. RGB value is (112,164,73). Sum of RGB (Red+Green+Blue) = 112+164+73=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #70A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A449 is #8F5BB6. Grayscale: #8A8A8A. Windows color (decimal): -9395127 or 4826224. OLE color: 4826224.

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

Color convert

RGB 112 164 73 -
CMYK 0.32 0 0.55 0.36
HSL 94.29º 0.38% 0.46% -
HSV(B) 94.29º 0.55% 0.64% -
XYZ 21.16 30.48 11.07 -
YUV 138.08 91.27 109.4 -
System Red Green Blue C M Y K H S L
Decimal 112 164 73 0.32 0 0.55 0.36 94.29 0.38 0.46
Hex 70 A4 49 20 0 37 24 5E 26 2E
Octal 160 244 111 40 0 67 44 136 46 56
Binary 1110000 10100100 1001001 100000 0 110111 100100 1011110 100110 101110

Color Harmonies of #70A449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A449

Black with #70A449

Text Example


Text Example

White with #70A449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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