#709450

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

Shades of Asparagus #709450

Tints of Asparagus #709450

Color information

#709450 (or 0x709450) is unknown color: approx Asparagus. HEX triplet: 70, 94 and 50. RGB value is (112,148,80). Sum of RGB (Red+Green+Blue) = 112+148+80=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #709450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709450 is #8F6BAF. Grayscale: #818181. Windows color (decimal): -9399216 or 5280880. OLE color: 5280880.

HSL color Cylindrical-coordinate representation of color #709450: hue angle of 91.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709450 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB11214880-
CMYK0.2400.460.42
HSL91.76º29.82%44.71%-
HSV(B)91.76º45.95%58.04%-
XYZ18.7225.211.47-
YUV129.48100.07115.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=32.94%
G=43.53%
B=23.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148800.2400.460.4291.7629.8244.71
Hex7094501802E2A5c1e2d
Octal16022412030056521343655
Binary1110000100101001010000110000101110101010101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709450; }

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

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

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

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

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

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

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

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