Html Css Color HEX #70A350 Asparagus

📋 copy color: '#70A350'

red 112 ◦ green 163 ◦ blue 80

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

Shades of Asparagus #70A350

Tints of Asparagus #70A350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.92%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 31.55%
G = 45.92%
B = 22.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#70A350 (or 0x70A350) is known color: Asparagus. HEX triplet: 70, A3 and 50. RGB value is (112,163,80). Sum of RGB (Red+Green+Blue) = 112+163+80=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #70A350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A350 is #8F5CAF. Grayscale: #8A8A8A. Windows color (decimal): -9395376 or 5284720. OLE color: 5284720.

HSL color Cylindrical-coordinate representation of color #70A350: hue angle of 96.87º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70A350 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 80 -
CMYK 0.31 0 0.51 0.36
HSL 96.87º 0.34% 0.48% -
HSV(B) 96.87º 0.51% 0.64% -
XYZ 21.23 30.22 12.3 -
YUV 138.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 112 163 80 0.31 0 0.51 0.36 96.87 0.34 0.48
Hex 70 A3 50 1F 0 33 24 61 22 30
Octal 160 243 120 37 0 63 44 141 42 60
Binary 1110000 10100011 1010000 11111 0 110011 100100 1100001 100010 110000

Color Harmonies of #70A350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A350

Black with #70A350

Text Example


Text Example

White with #70A350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,163,80); }

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

background-color css

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

 a { background-color: rgb(112,163,80); }

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

border-color css

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

 span { border-color: rgb(112,163,80); }

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