#72A750

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

Shades of Asparagus #72A750

Tints of Asparagus #72A750

Color information

#72A750 (or 0x72A750) is unknown color: approx Asparagus. HEX triplet: 72, A7 and 50. RGB value is (114,167,80). Sum of RGB (Red+Green+Blue) = 114+167+80=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #72A750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A750 is #8D58AF. Grayscale: #8D8D8D. Windows color (decimal): -9263280 or 5285746. OLE color: 5285746.

HSL color Cylindrical-coordinate representation of color #72A750: hue angle of 96.55º 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 #72A750 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB11416780-
CMYK0.3200.520.35
HSL96.55º35.22%48.43%-
HSV(B)96.55º52.1%65.49%-
XYZ22.2131.7912.56-
YUV141.2493.44108.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 167 (65.62% from 255) = 46.26%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=31.58%
G=46.26%
B=22.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114167800.3200.520.3596.5535.2248.43
Hex72A7502003423612330
Octal16224712040064431414360
Binary111001010100111101000010000001101001000111100001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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