#70954e

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

Shades of Asparagus #70954E

Tints of Asparagus #70954E

Color information

#70954E (or 0x70954E) is unknown color: approx Asparagus. HEX triplet: 70, 95 and 4E. RGB value is (112,149,78). Sum of RGB (Red+Green+Blue) = 112+149+78=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #70954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70954E is #8F6AB1. Grayscale: #828282. Windows color (decimal): -9398962 or 5150064. OLE color: 5150064.

HSL color Cylindrical-coordinate representation of color #70954E: hue angle of 91.27º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70954E is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB11214978-
CMYK0.2500.480.42
HSL91.27º31.28%44.51%-
HSV(B)91.27º47.65%58.43%-
XYZ18.825.4911.14-
YUV129.8498.74115.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=33.04%
G=43.95%
B=23.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149780.2500.480.4291.2731.2844.51
Hex70954E190302A5b1f2d
Octal16022511631060521333755
Binary1110000100101011001110110010110000101010101101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70954e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70954e; }

 p { color: rgb(112,149,78); }

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

<style>
 a { background-color: #70954e; }

 a { background-color: rgb(112,149,78); }

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

<style>
 span { border-color: #70954e; }

 span { border-color: rgb(112,149,78); }

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