#72984A

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

Shades of Asparagus #72984A

Tints of Asparagus #72984A

Color information

#72984A (or 0x72984A) is unknown color: approx Asparagus. HEX triplet: 72, 98 and 4A. RGB value is (114,152,74). Sum of RGB (Red+Green+Blue) = 114+152+74=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #72984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72984A is #8D67B5. Grayscale: #848484. Windows color (decimal): -9267126 or 4888690. OLE color: 4888690.

HSL color Cylindrical-coordinate representation of color #72984A: hue angle of 89.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72984A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB11415274-
CMYK0.2500.510.40
HSL89.23º34.51%44.31%-
HSV(B)89.23º51.32%59.61%-
XYZ19.426.5310.58-
YUV131.7595.41115.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=33.53%
G=44.71%
B=21.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114152740.2500.510.4089.2334.5144.31
Hex72984A190332859232c
Octal16223011231063501314354
Binary11100101001100010010101100101100111010001011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,152,74); }

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

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

 a { background-color: rgb(114,152,74); }

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

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

 span { border-color: rgb(114,152,74); }

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