#70964C

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

Shades of Asparagus #70964C

Tints of Asparagus #70964C

Color information

#70964C (or 0x70964C) is unknown color: approx Asparagus. HEX triplet: 70, 96 and 4C. RGB value is (112,150,76). Sum of RGB (Red+Green+Blue) = 112+150+76=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #70964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70964C is #8F69B3. Grayscale: #828282. Windows color (decimal): -9398708 or 5019248. OLE color: 5019248.

HSL color Cylindrical-coordinate representation of color #70964C: hue angle of 90.81º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70964C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB11215076-
CMYK0.2500.490.41
HSL90.81º32.74%44.31%-
HSV(B)90.81º49.33%58.82%-
XYZ18.8925.7810.82-
YUV130.297.41115.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=33.14%
G=44.38%
B=22.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150760.2500.490.4190.8132.7444.31
Hex70964C19031295b212c
Octal16022611431061511334154
Binary11100001001011010011001100101100011010011011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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