#70A856

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

Shades of Asparagus #70A856

Tints of Asparagus #70A856

Color information

#70A856 (or 0x70A856) is unknown color: approx Asparagus. HEX triplet: 70, A8 and 56. RGB value is (112,168,86). Sum of RGB (Red+Green+Blue) = 112+168+86=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #70A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A856 is #8F57A9. Grayscale: #8E8E8E. Windows color (decimal): -9394090 or 5679216. OLE color: 5679216.

HSL color Cylindrical-coordinate representation of color #70A856: hue angle of 100.98º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A856 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB11216886-
CMYK0.3300.490.34
HSL100.98º32.28%49.8%-
HSV(B)100.98º48.81%65.88%-
XYZ22.3632.1213.83-
YUV141.9196.45106.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 168 (66.02% from 255) = 45.90%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=30.60%
G=45.90%
B=23.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112168860.3300.490.34100.9832.2849.8
Hex70A8562103122652032
Octal16025012641061421454062
Binary111000010101000101011010000101100011000101100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,168,86); }

 H1.HeaderClassName
 {
   color: #70A856;
 }
 .AnyTagClassName
 {
   color: #70A856;
 }
</style>
background-color css

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

 a { background-color: rgb(112,168,86); }

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

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

 span { border-color: rgb(112,168,86); }

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