#729A5D

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

Shades of Asparagus #729A5D

Tints of Asparagus #729A5D

Color information

#729A5D (or 0x729A5D) is unknown color: approx Asparagus. HEX triplet: 72, 9A and 5D. RGB value is (114,154,93). Sum of RGB (Red+Green+Blue) = 114+154+93=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #729A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A5D is #8D65A2. Grayscale: #878787. Windows color (decimal): -9266595 or 6134386. OLE color: 6134386.

HSL color Cylindrical-coordinate representation of color #729A5D: hue angle of 99.34º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #729A5D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB11415493-
CMYK0.2600.400.40
HSL99.34º24.7%48.43%-
HSV(B)99.34º39.61%60.39%-
XYZ20.4727.4814.58-
YUV135.09104.25112.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=31.58%
G=42.66%
B=25.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114154930.2600.400.4099.3424.748.43
Hex729A5D1A02828631930
Octal16223213532050501433160
Binary1110010100110101011101110100101000101000110001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729A5D; }

 p { color: rgb(114,154,93); }

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

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

 a { background-color: rgb(114,154,93); }

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

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

 span { border-color: rgb(114,154,93); }

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