#729F5A

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

Shades of Asparagus #729F5A

Tints of Asparagus #729F5A

Color information

#729F5A (or 0x729F5A) is unknown color: approx Asparagus. HEX triplet: 72, 9F and 5A. RGB value is (114,159,90). Sum of RGB (Red+Green+Blue) = 114+159+90=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #729F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F5A is #8D60A5. Grayscale: #898989. Windows color (decimal): -9265318 or 5939058. OLE color: 5939058.

HSL color Cylindrical-coordinate representation of color #729F5A: hue angle of 99.13º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #729F5A is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB11415990-
CMYK0.2800.430.38
HSL99.13º27.71%48.82%-
HSV(B)99.13º43.4%62.35%-
XYZ21.1829.1114.18-
YUV137.68101.09111.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=31.40%
G=43.80%
B=24.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114159900.2800.430.3899.1327.7148.82
Hex729F5A1C02B26631c31
Octal16223713234053461433461
Binary1110010100111111011010111000101011100110110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,159,90); }

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

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

 a { background-color: rgb(114,159,90); }

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

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

 span { border-color: rgb(114,159,90); }

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