#72A650

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

Shades of Asparagus #72A650

Tints of Asparagus #72A650

Color information

#72A650 (or 0x72A650) is unknown color: approx Asparagus. HEX triplet: 72, A6 and 50. RGB value is (114,166,80). Sum of RGB (Red+Green+Blue) = 114+166+80=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #72A650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A650 is #8D59AF. Grayscale: #8C8C8C. Windows color (decimal): -9263536 or 5285490. OLE color: 5285490.

HSL color Cylindrical-coordinate representation of color #72A650: hue angle of 96.28º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72A650 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB11416680-
CMYK0.3100.520.35
HSL96.28º34.96%48.24%-
HSV(B)96.28º51.81%65.1%-
XYZ22.0231.4312.5-
YUV140.6593.77108.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=31.67%
G=46.11%
B=22.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114166800.3100.520.3596.2834.9648.24
Hex72A6501F03423602330
Octal16224612037064431404360
Binary11100101010011010100001111101101001000111100000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,80); }

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

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

 a { background-color: rgb(114,166,80); }

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

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

 span { border-color: rgb(114,166,80); }

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