Html Css Color HEX #70A65D Asparagus

📋 copy color: '#70A65D'

red 112 ◦ green 166 ◦ blue 93

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

Shades of Asparagus #70A65D

Tints of Asparagus #70A65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 30.19%
G = 44.74%
B = 25.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#70A65D (or 0x70A65D) is known color: Asparagus. HEX triplet: 70, A6 and 5D. RGB value is (112,166,93). Sum of RGB (Red+Green+Blue) = 112+166+93=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #70A65D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A65D is #8F59A2. Grayscale: #8D8D8D. Windows color (decimal): -9394595 or 6137456. OLE color: 6137456.

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

Color convert

RGB 112 166 93 -
CMYK 0.33 0 0.44 0.35
HSL 104.38º 0.29% 0.51% -
HSV(B) 104.38º 0.44% 0.65% -
XYZ 22.29 31.51 15.26 -
YUV 141.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 112 166 93 0.33 0 0.44 0.35 104.38 0.29 0.51
Hex 70 A6 5D 21 0 2C 23 68 1D 33
Octal 160 246 135 41 0 54 43 150 35 63
Binary 1110000 10100110 1011101 100001 0 101100 100011 1101000 11101 110011

Color Harmonies of #70A65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A65D

Black with #70A65D

Text Example


Text Example

White with #70A65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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