#729A5F

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

Shades of Asparagus #729A5F

Tints of Asparagus #729A5F

Color information

#729A5F (or 0x729A5F) is unknown color: approx Asparagus. HEX triplet: 72, 9A and 5F. RGB value is (114,154,95). Sum of RGB (Red+Green+Blue) = 114+154+95=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #729A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A5F is #8D65A0. Grayscale: #878787. Windows color (decimal): -9266593 or 6265458. OLE color: 6265458.

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

Color convert

RGB11415495-
CMYK0.2600.380.40
HSL100.68º23.69%48.82%-
HSV(B)100.68º38.31%60.39%-
XYZ20.5627.5115.05-
YUV135.31105.25112.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=31.40%
G=42.42%
B=26.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114154950.2600.380.40100.6823.6948.82
Hex729A5F1A02628651831
Octal16223213732046501453061
Binary1110010100110101011111110100100110101000110010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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