#72AA5C

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

Shades of Asparagus #72AA5C

Tints of Asparagus #72AA5C

Color information

#72AA5C (or 0x72AA5C) is unknown color: approx Asparagus. HEX triplet: 72, AA and 5C. RGB value is (114,170,92). Sum of RGB (Red+Green+Blue) = 114+170+92=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA5C is #8D55A3. Grayscale: #909090. Windows color (decimal): -9262500 or 6072946. OLE color: 6072946.

HSL color Cylindrical-coordinate representation of color #72AA5C: hue angle of 103.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72AA5C is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB11417092-
CMYK0.3300.460.33
HSL103.08º31.45%51.37%-
HSV(B)103.08º45.88%66.67%-
XYZ23.2533.115.29-
YUV144.3698.45106.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=30.32%
G=45.21%
B=24.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114170920.3300.460.33103.0831.4551.37
Hex72AA5C2102E21671f33
Octal16225213441056411473763
Binary11100101010101010111001000010101110100001110011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AA5C; }

 p { color: rgb(114,170,92); }

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

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

 a { background-color: rgb(114,170,92); }

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

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

 span { border-color: rgb(114,170,92); }

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