Html Css Color HEX #70A659 Asparagus

📋 copy color: '#70A659'

red 112 ◦ green 166 ◦ blue 89

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

Shades of Asparagus #70A659

Tints of Asparagus #70A659

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.23%

 BLUE value IS 89 (35.16% from 255) = 24.25%

R = 30.52%
G = 45.23%
B = 24.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#70A659 (or 0x70A659) is known color: Asparagus. HEX triplet: 70, A6 and 59. RGB value is (112,166,89). Sum of RGB (Red+Green+Blue) = 112+166+89=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #70A659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A659 is #8F59A6. Grayscale: #8D8D8D. Windows color (decimal): -9394599 or 5875312. OLE color: 5875312.

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

Color convert

RGB 112 166 89 -
CMYK 0.33 0 0.46 0.35
HSL 102.08º 0.3% 0.5% -
HSV(B) 102.08º 0.46% 0.65% -
XYZ 22.12 31.44 14.35 -
YUV 141.08 98.61 107.26 -
System Red Green Blue C M Y K H S L
Decimal 112 166 89 0.33 0 0.46 0.35 102.08 0.3 0.5
Hex 70 A6 59 21 0 2E 23 66 1E 32
Octal 160 246 131 41 0 56 43 146 36 62
Binary 1110000 10100110 1011001 100001 0 101110 100011 1100110 11110 110010

Color Harmonies of #70A659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A659

Black with #70A659

Text Example


Text Example

White with #70A659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,166,89); }

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

background-color css

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

 a { background-color: rgb(112,166,89); }

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

border-color css

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

 span { border-color: rgb(112,166,89); }

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