#72A45B

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

Shades of Asparagus #72A45B

Tints of Asparagus #72A45B

Color information

#72A45B (or 0x72A45B) is unknown color: approx Asparagus. HEX triplet: 72, A4 and 5B. RGB value is (114,164,91). Sum of RGB (Red+Green+Blue) = 114+164+91=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #72A45B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A45B is #8D5BA4. Grayscale: #8C8C8C. Windows color (decimal): -9264037 or 6005874. OLE color: 6005874.

HSL color Cylindrical-coordinate representation of color #72A45B: hue angle of 101.1º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72A45B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB11416491-
CMYK0.3000.450.36
HSL101.1º28.63%50%-
HSV(B)101.1º44.51%64.31%-
XYZ22.130.8814.69-
YUV140.7399.94108.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=30.89%
G=44.44%
B=24.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114164910.3000.450.36101.128.6350
Hex72A45B1E02D24651d32
Octal16224413336055441453562
Binary1110010101001001011011111100101101100100110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,164,91); }

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

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

 a { background-color: rgb(114,164,91); }

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

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

 span { border-color: rgb(114,164,91); }

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