#72994C

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

Shades of Asparagus #72994C

Tints of Asparagus #72994C

Color information

#72994C (or 0x72994C) is unknown color: approx Asparagus. HEX triplet: 72, 99 and 4C. RGB value is (114,153,76). Sum of RGB (Red+Green+Blue) = 114+153+76=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #72994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72994C is #8D66B3. Grayscale: #848484. Windows color (decimal): -9266868 or 5020018. OLE color: 5020018.

HSL color Cylindrical-coordinate representation of color #72994C: hue angle of 90.39º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72994C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB11415376-
CMYK0.2500.500.4
HSL90.39º33.62%44.9%-
HSV(B)90.39º50.33%60%-
XYZ19.6426.8810.99-
YUV132.5696.08114.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=33.24%
G=44.61%
B=22.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114153760.2500.500.490.3933.6244.9
Hex72994C19032285a222d
Octal16223111431062501324255
Binary11100101001100110011001100101100101010001011010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72994C; }

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

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

<style>
 a { background-color: #72994C; }

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

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

<style>
 span { border-color: #72994C; }

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

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