#72AC60

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

Shades of Asparagus #72AC60

Tints of Asparagus #72AC60

Color information

#72AC60 (or 0x72AC60) is unknown color: approx Asparagus. HEX triplet: 72, AC and 60. RGB value is (114,172,96). Sum of RGB (Red+Green+Blue) = 114+172+96=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AC60 is #8D539F. Grayscale: #929292. Windows color (decimal): -9261984 or 6335602. OLE color: 6335602.

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

Color convert

RGB11417296-
CMYK0.3400.440.33
HSL105.79º31.4%52.55%-
HSV(B)105.79º44.19%67.45%-
XYZ23.833.9316.36-
YUV145.9999.78105.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=29.84%
G=45.03%
B=25.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114172960.3400.440.33105.7931.452.55
Hex72AC602202C216a1f35
Octal16225414042054411523765
Binary11100101010110011000001000100101100100001110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,172,96); }

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

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

 a { background-color: rgb(114,172,96); }

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

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

 span { border-color: rgb(114,172,96); }

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