#729B55

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

Shades of Asparagus #729B55

Tints of Asparagus #729B55

Color information

#729B55 (or 0x729B55) is unknown color: approx Asparagus. HEX triplet: 72, 9B and 55. RGB value is (114,155,85). Sum of RGB (Red+Green+Blue) = 114+155+85=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #729B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B55 is #8D64AA. Grayscale: #868686. Windows color (decimal): -9266347 or 5610354. OLE color: 5610354.

HSL color Cylindrical-coordinate representation of color #729B55: hue angle of 95.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #729B55 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB11415585-
CMYK0.2600.450.39
HSL95.14º29.17%47.06%-
HSV(B)95.14º45.16%60.78%-
XYZ20.327.6812.87-
YUV134.7699.92113.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=32.20%
G=43.79%
B=24.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114155850.2600.450.3995.1429.1747.06
Hex729B551A02D275f1d2f
Octal16223312532055471373557
Binary1110010100110111010101110100101101100111101111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,155,85); }

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

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

 a { background-color: rgb(114,155,85); }

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

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

 span { border-color: rgb(114,155,85); }

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