Html Css Color HEX #70A65F Asparagus

📋 copy color: '#70A65F'

red 112 ◦ green 166 ◦ blue 95

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

Shades of Asparagus #70A65F

Tints of Asparagus #70A65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 30.03%
G = 44.5%
B = 25.47%

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

#70A65F (or 0x70A65F) is known color: Asparagus. HEX triplet: 70, A6 and 5F. RGB value is (112,166,95). Sum of RGB (Red+Green+Blue) = 112+166+95=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #70A65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A65F is #8F59A0. Grayscale: #8D8D8D. Windows color (decimal): -9394593 or 6268528. OLE color: 6268528.

HSL color Cylindrical-coordinate representation of color #70A65F: hue angle of 105.63º 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 #70A65F is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 166 95 -
CMYK 0.33 0 0.43 0.35
HSL 105.63º 0.29% 0.51% -
HSV(B) 105.63º 0.43% 0.65% -
XYZ 22.38 31.54 15.74 -
YUV 141.76 101.61 106.77 -
System Red Green Blue C M Y K H S L
Decimal 112 166 95 0.33 0 0.43 0.35 105.63 0.29 0.51
Hex 70 A6 5F 21 0 2B 23 6A 1D 33
Octal 160 246 137 41 0 53 43 152 35 63
Binary 1110000 10100110 1011111 100001 0 101011 100011 1101010 11101 110011

Color Harmonies of #70A65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A65F

Black with #70A65F

Text Example


Text Example

White with #70A65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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