#70A65F

Color #70A65F Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #70A65F

Tints of Asparagus #70A65F

Color information

#70A65F (or 0x70A65F) is unknown color: approx 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

RGB11216695-
CMYK0.3300.430.35
HSL105.63º28.51%51.18%-
HSV(B)105.63º42.77%65.1%-
XYZ22.3831.5415.74-
YUV141.76101.61106.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=30.03%
G=44.50%
B=25.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112166950.3300.430.35105.6328.5151.18
Hex70A65F2102B236a1d33
Octal16024613741053431523563
Binary11100001010011010111111000010101011100011110101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>