#72AB5D

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

Shades of Asparagus #72AB5D

Tints of Asparagus #72AB5D

Color information

#72AB5D (or 0x72AB5D) is unknown color: approx Asparagus. HEX triplet: 72, AB and 5D. RGB value is (114,171,93). Sum of RGB (Red+Green+Blue) = 114+171+93=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB5D is #8D54A2. Grayscale: #919191. Windows color (decimal): -9262243 or 6138738. OLE color: 6138738.

HSL color Cylindrical-coordinate representation of color #72AB5D: hue angle of 103.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72AB5D is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB11417193-
CMYK0.3300.460.33
HSL103.85º31.71%51.76%-
HSV(B)103.85º45.61%67.06%-
XYZ23.4833.4915.58-
YUV145.0698.62105.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=30.16%
G=45.24%
B=24.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114171930.3300.460.33103.8531.7151.76
Hex72AB5D2102E21682034
Octal16225313541056411504064
Binary111001010101011101110110000101011101000011101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,93); }

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

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

 a { background-color: rgb(114,171,93); }

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

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

 span { border-color: rgb(114,171,93); }

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