Html Css Color HEX #70A15D Asparagus

📋 copy color: '#70A15D'

red 112 ◦ green 161 ◦ blue 93

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

Shades of Asparagus #70A15D

Tints of Asparagus #70A15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.99%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 30.6%
G = 43.99%
B = 25.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#70A15D (or 0x70A15D) is known color: Asparagus. HEX triplet: 70, A1 and 5D. RGB value is (112,161,93). Sum of RGB (Red+Green+Blue) = 112+161+93=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #70A15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A15D is #8F5EA2. Grayscale: #8A8A8A. Windows color (decimal): -9395875 or 6136176. OLE color: 6136176.

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

Color convert

RGB 112 161 93 -
CMYK 0.30 0 0.42 0.37
HSL 103.24º 0.27% 0.5% -
HSV(B) 103.24º 0.42% 0.63% -
XYZ 21.4 29.72 14.97 -
YUV 138.6 102.27 109.03 -
System Red Green Blue C M Y K H S L
Decimal 112 161 93 0.30 0 0.42 0.37 103.24 0.27 0.5
Hex 70 A1 5D 1E 0 2A 25 67 1B 32
Octal 160 241 135 36 0 52 45 147 33 62
Binary 1110000 10100001 1011101 11110 0 101010 100101 1100111 11011 110010

Color Harmonies of #70A15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A15D

Black with #70A15D

Text Example


Text Example

White with #70A15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,93); }

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

background-color css

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

 a { background-color: rgb(112,161,93); }

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

border-color css

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

 span { border-color: rgb(112,161,93); }

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