Html Css Color HEX #70944A Asparagus

📋 copy color: '#70944A'

red 112 ◦ green 148 ◦ blue 74

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

Shades of Asparagus #70944A

Tints of Asparagus #70944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

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

R = 33.53%
G = 44.31%
B = 22.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#70944A (or 0x70944A) is known color: Asparagus. HEX triplet: 70, 94 and 4A. RGB value is (112,148,74). Sum of RGB (Red+Green+Blue) = 112+148+74=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #70944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70944A is #8F6BB5. Grayscale: #818181. Windows color (decimal): -9399222 or 4887664. OLE color: 4887664.

HSL color Cylindrical-coordinate representation of color #70944A: hue angle of 89.19º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70944A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 74 -
CMYK 0.24 0 0.50 0.42
HSL 89.19º 0.33% 0.44% -
HSV(B) 89.19º 0.5% 0.58% -
XYZ 18.51 25.12 10.35 -
YUV 128.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 112 148 74 0.24 0 0.50 0.42 89.19 0.33 0.44
Hex 70 94 4A 18 0 32 2A 59 21 2C
Octal 160 224 112 30 0 62 52 131 41 54
Binary 1110000 10010100 1001010 11000 0 110010 101010 1011001 100001 101100

Color Harmonies of #70944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70944A

Black with #70944A

Text Example


Text Example

White with #70944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70944A; }

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

 H1.HeaderClassName
 {
   color: #70944A;
 }
 .AnyTagClassName
 {
   color: #70944A;
 }
</style>

background-color css

<style>
 a { background-color: #70944A; }

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

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

border-color css

<style>
 span { border-color: #70944A; }

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

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