#70944A

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

Shades of Asparagus #70944A

Tints of Asparagus #70944A

Color information

#70944A (or 0x70944A) is unknown color: approx Asparagus. HEX triplet: 70, 94 and 4A. RGB value is (112,148,74). Sum of RGB (Red+Green+Blue) = 112+148+74=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #70944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70944A is #8F6BB5. Grayscale: #818181. Windows color (decimal): -9399222 or 4887664. OLE color: 4887664.

HSL color Cylindrical-coordinate representation of color #70944A: hue angle of 89.19º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70944A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB11214874-
CMYK0.2400.500.42
HSL89.19º33.33%43.53%-
HSV(B)89.19º50%58.04%-
XYZ18.5125.1210.35-
YUV128.897.07116.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=33.53%
G=44.31%
B=22.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148740.2400.500.4289.1933.3343.53
Hex70944A180322A59212c
Octal16022411230062521314154
Binary11100001001010010010101100001100101010101011001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70944A; }

 p { color: rgb(112,148,74); }

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

<style>
 a { background-color: #70944A; }

 a { background-color: rgb(112,148,74); }

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

<style>
 span { border-color: #70944A; }

 span { border-color: rgb(112,148,74); }

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