Html Css Color HEX #70A353 Asparagus

📋 copy color: '#70A353'

red 112 ◦ green 163 ◦ blue 83

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

Shades of Asparagus #70A353

Tints of Asparagus #70A353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 31.28%
G = 45.53%
B = 23.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#70A353 (or 0x70A353) is known color: Asparagus. HEX triplet: 70, A3 and 53. RGB value is (112,163,83). Sum of RGB (Red+Green+Blue) = 112+163+83=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #70A353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A353 is #8F5CAC. Grayscale: #8A8A8A. Windows color (decimal): -9395373 or 5481328. OLE color: 5481328.

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

Color convert

RGB 112 163 83 -
CMYK 0.31 0 0.49 0.36
HSL 98.25º 0.33% 0.48% -
HSV(B) 98.25º 0.49% 0.64% -
XYZ 21.34 30.26 12.9 -
YUV 138.63 96.6 109 -
System Red Green Blue C M Y K H S L
Decimal 112 163 83 0.31 0 0.49 0.36 98.25 0.33 0.48
Hex 70 A3 53 1F 0 31 24 62 21 30
Octal 160 243 123 37 0 61 44 142 41 60
Binary 1110000 10100011 1010011 11111 0 110001 100100 1100010 100001 110000

Color Harmonies of #70A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A353

Black with #70A353

Text Example


Text Example

White with #70A353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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