Html Css Color HEX #70944D Asparagus

📋 copy color: '#70944D'

red 112 ◦ green 148 ◦ blue 77

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

Shades of Asparagus #70944D

Tints of Asparagus #70944D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 33.23%
G = 43.92%
B = 22.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#70944D (or 0x70944D) is known color: Asparagus. HEX triplet: 70, 94 and 4D. RGB value is (112,148,77). Sum of RGB (Red+Green+Blue) = 112+148+77=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #70944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70944D is #8F6BB2. Grayscale: #818181. Windows color (decimal): -9399219 or 5084272. OLE color: 5084272.

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

Color convert

RGB 112 148 77 -
CMYK 0.24 0 0.48 0.42
HSL 90.42º 0.32% 0.44% -
HSV(B) 90.42º 0.48% 0.58% -
XYZ 18.61 25.16 10.9 -
YUV 129.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 112 148 77 0.24 0 0.48 0.42 90.42 0.32 0.44
Hex 70 94 4D 18 0 30 2A 5A 20 2C
Octal 160 224 115 30 0 60 52 132 40 54
Binary 1110000 10010100 1001101 11000 0 110000 101010 1011010 100000 101100

Color Harmonies of #70944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70944D

Black with #70944D

Text Example


Text Example

White with #70944D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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