Html Css Color HEX #70A151 Asparagus

📋 copy color: '#70A151'

red 112 ◦ green 161 ◦ blue 81

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

Shades of Asparagus #70A151

Tints of Asparagus #70A151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.88%

R = 31.64%
G = 45.48%
B = 22.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#70A151 (or 0x70A151) is known color: Asparagus. HEX triplet: 70, A1 and 51. RGB value is (112,161,81). Sum of RGB (Red+Green+Blue) = 112+161+81=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #70A151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A151 is #8F5EAE. Grayscale: #898989. Windows color (decimal): -9395887 or 5349744. OLE color: 5349744.

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

Color convert

RGB 112 161 81 -
CMYK 0.30 0 0.50 0.37
HSL 96.75º 0.33% 0.47% -
HSV(B) 96.75º 0.5% 0.63% -
XYZ 20.91 29.53 12.38 -
YUV 137.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 112 161 81 0.30 0 0.50 0.37 96.75 0.33 0.47
Hex 70 A1 51 1E 0 32 25 61 21 2F
Octal 160 241 121 36 0 62 45 141 41 57
Binary 1110000 10100001 1010001 11110 0 110010 100101 1100001 100001 101111

Color Harmonies of #70A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A151

Black with #70A151

Text Example


Text Example

White with #70A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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