Html Css Color HEX #70A44B Asparagus

📋 copy color: '#70A44B'

red 112 ◦ green 164 ◦ blue 75

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

Shades of Asparagus #70A44B

Tints of Asparagus #70A44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 31.91%
G = 46.72%
B = 21.37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#70A44B (or 0x70A44B) is known color: Asparagus. HEX triplet: 70, A4 and 4B. RGB value is (112,164,75). Sum of RGB (Red+Green+Blue) = 112+164+75=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #70A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A44B is #8F5BB4. Grayscale: #8A8A8A. Windows color (decimal): -9395125 or 4957296. OLE color: 4957296.

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

Color convert

RGB 112 164 75 -
CMYK 0.32 0 0.54 0.36
HSL 95.06º 0.37% 0.47% -
HSV(B) 95.06º 0.54% 0.64% -
XYZ 21.23 30.5 11.43 -
YUV 138.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 112 164 75 0.32 0 0.54 0.36 95.06 0.37 0.47
Hex 70 A4 4B 20 0 36 24 5F 25 2F
Octal 160 244 113 40 0 66 44 137 45 57
Binary 1110000 10100100 1001011 100000 0 110110 100100 1011111 100101 101111

Color Harmonies of #70A44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A44B

Black with #70A44B

Text Example


Text Example

White with #70A44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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