Html Css Color HEX #70A753 Asparagus

📋 copy color: '#70A753'

red 112 ◦ green 167 ◦ blue 83

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

Shades of Asparagus #70A753

Tints of Asparagus #70A753

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.13%

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

R = 30.94%
G = 46.13%
B = 22.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#70A753 (or 0x70A753) is known color: Asparagus. HEX triplet: 70, A7 and 53. RGB value is (112,167,83). Sum of RGB (Red+Green+Blue) = 112+167+83=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #70A753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A753 is #8F58AC. Grayscale: #8D8D8D. Windows color (decimal): -9394349 or 5482352. OLE color: 5482352.

HSL color Cylindrical-coordinate representation of color #70A753: hue angle of 99.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A753 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 167 83 -
CMYK 0.33 0 0.50 0.35
HSL 99.29º 0.34% 0.49% -
HSV(B) 99.29º 0.5% 0.65% -
XYZ 22.06 31.71 13.14 -
YUV 140.98 95.28 107.33 -
System Red Green Blue C M Y K H S L
Decimal 112 167 83 0.33 0 0.50 0.35 99.29 0.34 0.49
Hex 70 A7 53 21 0 32 23 63 22 31
Octal 160 247 123 41 0 62 43 143 42 61
Binary 1110000 10100111 1010011 100001 0 110010 100011 1100011 100010 110001

Color Harmonies of #70A753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A753

Black with #70A753

Text Example


Text Example

White with #70A753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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