#72994B

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

Shades of Asparagus #72994B

Tints of Asparagus #72994B

Color information

#72994B (or 0x72994B) is unknown color: approx Asparagus. HEX triplet: 72, 99 and 4B. RGB value is (114,153,75). Sum of RGB (Red+Green+Blue) = 114+153+75=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #72994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72994B is #8D66B4. Grayscale: #848484. Windows color (decimal): -9266869 or 4954482. OLE color: 4954482.

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

Color convert

RGB11415375-
CMYK0.2500.510.4
HSL90º34.21%44.71%-
HSV(B)90º50.98%60%-
XYZ19.626.8710.81-
YUV132.4595.58114.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=33.33%
G=44.74%
B=21.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114153750.2500.510.49034.2144.71
Hex72994B19033285a222d
Octal16223111331063501324255
Binary11100101001100110010111100101100111010001011010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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