#709550

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

Shades of Asparagus #709550

Tints of Asparagus #709550

Color information

#709550 (or 0x709550) is unknown color: approx Asparagus. HEX triplet: 70, 95 and 50. RGB value is (112,149,80). Sum of RGB (Red+Green+Blue) = 112+149+80=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #709550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709550 is #8F6AAF. Grayscale: #828282. Windows color (decimal): -9398960 or 5281136. OLE color: 5281136.

HSL color Cylindrical-coordinate representation of color #709550: hue angle of 92.17º 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 #709550 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB11214980-
CMYK0.2500.460.42
HSL92.17º30.13%44.9%-
HSV(B)92.17º46.31%58.43%-
XYZ18.8825.5211.52-
YUV130.0799.74115.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=32.84%
G=43.70%
B=23.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149800.2500.460.4292.1730.1344.9
Hex7095501902E2A5c1e2d
Octal16022512031056521343655
Binary1110000100101011010000110010101110101010101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709550; }

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

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

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

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

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

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

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

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