Html Css Color HEX #70A65E Asparagus

📋 copy color: '#70A65E'

red 112 ◦ green 166 ◦ blue 94

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

Shades of Asparagus #70A65E

Tints of Asparagus #70A65E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.27%

R = 30.11%
G = 44.62%
B = 25.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#70A65E (or 0x70A65E) is known color: Asparagus. HEX triplet: 70, A6 and 5E. RGB value is (112,166,94). Sum of RGB (Red+Green+Blue) = 112+166+94=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #70A65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A65E is #8F59A1. Grayscale: #8D8D8D. Windows color (decimal): -9394594 or 6202992. OLE color: 6202992.

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

Color convert

RGB 112 166 94 -
CMYK 0.33 0 0.43 0.35
HSL 105º 0.29% 0.51% -
HSV(B) 105º 0.43% 0.65% -
XYZ 22.34 31.53 15.5 -
YUV 141.65 101.11 106.85 -
System Red Green Blue C M Y K H S L
Decimal 112 166 94 0.33 0 0.43 0.35 105 0.29 0.51
Hex 70 A6 5E 21 0 2B 23 69 1D 33
Octal 160 246 136 41 0 53 43 151 35 63
Binary 1110000 10100110 1011110 100001 0 101011 100011 1101001 11101 110011

Color Harmonies of #70A65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A65E

Black with #70A65E

Text Example


Text Example

White with #70A65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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