Html Css Color HEX #70A04F Asparagus

📋 copy color: '#70A04F'

red 112 ◦ green 160 ◦ blue 79

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

Shades of Asparagus #70A04F

Tints of Asparagus #70A04F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.58%

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 31.91%
G = 45.58%
B = 22.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#70A04F (or 0x70A04F) is known color: Asparagus. HEX triplet: 70, A0 and 4F. RGB value is (112,160,79). Sum of RGB (Red+Green+Blue) = 112+160+79=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #70A04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A04F is #8F5FB0. Grayscale: #888888. Windows color (decimal): -9396145 or 5218416. OLE color: 5218416.

HSL color Cylindrical-coordinate representation of color #70A04F: hue angle of 95.56º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70A04F is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 160 79 -
CMYK 0.30 0 0.51 0.37
HSL 95.56º 0.34% 0.47% -
HSV(B) 95.56º 0.51% 0.63% -
XYZ 20.66 29.15 11.93 -
YUV 136.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 112 160 79 0.30 0 0.51 0.37 95.56 0.34 0.47
Hex 70 A0 4F 1E 0 33 25 60 22 2F
Octal 160 240 117 36 0 63 45 140 42 57
Binary 1110000 10100000 1001111 11110 0 110011 100101 1100000 100010 101111

Color Harmonies of #70A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A04F

Black with #70A04F

Text Example


Text Example

White with #70A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,160,79); }

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

background-color css

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

 a { background-color: rgb(112,160,79); }

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

border-color css

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

 span { border-color: rgb(112,160,79); }

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