#709546

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

Shades of Asparagus #709546

Tints of Asparagus #709546

Color information

#709546 (or 0x709546) is unknown color: approx Asparagus. HEX triplet: 70, 95 and 46. RGB value is (112,149,70). Sum of RGB (Red+Green+Blue) = 112+149+70=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #709546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709546 is #8F6AB9. Grayscale: #818181. Windows color (decimal): -9398970 or 4625776. OLE color: 4625776.

HSL color Cylindrical-coordinate representation of color #709546: hue angle of 88.1º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709546 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB11214970-
CMYK0.2500.530.42
HSL88.1º36.07%42.94%-
HSV(B)88.1º53.02%58.43%-
XYZ18.5425.389.72-
YUV128.9394.74115.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=33.84%
G=45.02%
B=21.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149700.2500.530.4288.136.0742.94
Hex709546190352A58242b
Octal16022510631065521304453
Binary11100001001010110001101100101101011010101011000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709546; }

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

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

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

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

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

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

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

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