#72995A

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

Shades of Asparagus #72995A

Tints of Asparagus #72995A

Color information

#72995A (or 0x72995A) is unknown color: approx Asparagus. HEX triplet: 72, 99 and 5A. RGB value is (114,153,90). Sum of RGB (Red+Green+Blue) = 114+153+90=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #72995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72995A is #8D66A5. Grayscale: #868686. Windows color (decimal): -9266854 or 5937522. OLE color: 5937522.

HSL color Cylindrical-coordinate representation of color #72995A: hue angle of 97.14º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72995A is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB11415390-
CMYK0.2500.410.4
HSL97.14º25.93%47.65%-
HSV(B)97.14º41.18%60%-
XYZ20.1827.113.84-
YUV134.16103.08113.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 90 (35.55% from 255) = 25.21%
R=31.93%
G=42.86%
B=25.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114153900.2500.410.497.1425.9347.65
Hex72995A1902928611a30
Octal16223113231051501413260
Binary1110010100110011011010110010101001101000110000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72995A; }

 p { color: rgb(114,153,90); }

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

<style>
 a { background-color: #72995A; }

 a { background-color: rgb(114,153,90); }

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

<style>
 span { border-color: #72995A; }

 span { border-color: rgb(114,153,90); }

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