#70974C

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

Shades of Asparagus #70974C

Tints of Asparagus #70974C

Color information

#70974C (or 0x70974C) is unknown color: approx Asparagus. HEX triplet: 70, 97 and 4C. RGB value is (112,151,76). Sum of RGB (Red+Green+Blue) = 112+151+76=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #70974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70974C is #8F68B3. Grayscale: #838383. Windows color (decimal): -9398452 or 5019504. OLE color: 5019504.

HSL color Cylindrical-coordinate representation of color #70974C: hue angle of 91.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70974C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB11215176-
CMYK0.2600.500.41
HSL91.2º33.04%44.51%-
HSV(B)91.2º49.67%59.22%-
XYZ19.0526.110.87-
YUV130.7997.08114.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=33.04%
G=44.54%
B=22.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112151760.2600.500.4191.233.0444.51
Hex70974C1A032295b212d
Octal16022711432062511334155
Binary11100001001011110011001101001100101010011011011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70974C; }

 p { color: rgb(112,151,76); }

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

<style>
 a { background-color: #70974C; }

 a { background-color: rgb(112,151,76); }

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

<style>
 span { border-color: #70974C; }

 span { border-color: rgb(112,151,76); }

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