#72A045

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

Shades of Asparagus #72A045

Tints of Asparagus #72A045

Color information

#72A045 (or 0x72A045) is unknown color: approx Asparagus. HEX triplet: 72, A0 and 45. RGB value is (114,160,69). Sum of RGB (Red+Green+Blue) = 114+160+69=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #72A045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A045 is #8D5FBA. Grayscale: #888888. Windows color (decimal): -9265083 or 4563058. OLE color: 4563058.

HSL color Cylindrical-coordinate representation of color #72A045: hue angle of 90.33º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72A045 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB11416069-
CMYK0.2900.570.37
HSL90.33º39.74%44.9%-
HSV(B)90.33º56.88%62.75%-
XYZ20.5829.1510.17-
YUV135.8790.26112.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 160 (62.89% from 255) = 46.65%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=33.24%
G=46.65%
B=20.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114160690.2900.570.3790.3339.7444.9
Hex72A0451D039255a282d
Octal16224010535071451325055
Binary11100101010000010001011110101110011001011011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,160,69); }

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

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

 a { background-color: rgb(114,160,69); }

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

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

 span { border-color: rgb(114,160,69); }

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