Html Css Color HEX #70A65C Asparagus

📋 copy color: '#70A65C'

red 112 ◦ green 166 ◦ blue 92

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

Shades of Asparagus #70A65C

Tints of Asparagus #70A65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.86%

R = 30.27%
G = 44.86%
B = 24.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#70A65C (or 0x70A65C) is known color: Asparagus. HEX triplet: 70, A6 and 5C. RGB value is (112,166,92). Sum of RGB (Red+Green+Blue) = 112+166+92=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 166 - color contains mainly: green. Hex color #70A65C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A65C is #8F59A3. Grayscale: #8D8D8D. Windows color (decimal): -9394596 or 6071920. OLE color: 6071920.

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

Color convert

RGB 112 166 92 -
CMYK 0.33 0 0.45 0.35
HSL 103.78º 0.29% 0.51% -
HSV(B) 103.78º 0.45% 0.65% -
XYZ 22.25 31.49 15.03 -
YUV 141.42 100.11 107.02 -
System Red Green Blue C M Y K H S L
Decimal 112 166 92 0.33 0 0.45 0.35 103.78 0.29 0.51
Hex 70 A6 5C 21 0 2D 23 68 1D 33
Octal 160 246 134 41 0 55 43 150 35 63
Binary 1110000 10100110 1011100 100001 0 101101 100011 1101000 11101 110011

Color Harmonies of #70A65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A65C

Black with #70A65C

Text Example


Text Example

White with #70A65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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