#70934C

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

Shades of Asparagus #70934C

Tints of Asparagus #70934C

Color information

#70934C (or 0x70934C) is unknown color: approx Asparagus. HEX triplet: 70, 93 and 4C. RGB value is (112,147,76). Sum of RGB (Red+Green+Blue) = 112+147+76=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #70934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70934C is #8F6CB3. Grayscale: #808080. Windows color (decimal): -9399476 or 5018480. OLE color: 5018480.

HSL color Cylindrical-coordinate representation of color #70934C: hue angle of 89.58º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70934C is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB11214776-
CMYK0.2400.480.42
HSL89.58º31.84%43.73%-
HSV(B)89.58º48.3%57.65%-
XYZ18.4224.8310.66-
YUV128.4498.4116.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=33.43%
G=43.88%
B=22.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147760.2400.480.4289.5831.8443.73
Hex70934C180302A5a202c
Octal16022311430060521324054
Binary11100001001001110011001100001100001010101011010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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