#72964E

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

Shades of Asparagus #72964E

Tints of Asparagus #72964E

Color information

#72964E (or 0x72964E) is unknown color: approx Asparagus. HEX triplet: 72, 96 and 4E. RGB value is (114,150,78). Sum of RGB (Red+Green+Blue) = 114+150+78=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #72964E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72964E is #8D69B1. Grayscale: #838383. Windows color (decimal): -9267634 or 5150322. OLE color: 5150322.

HSL color Cylindrical-coordinate representation of color #72964E: hue angle of 90º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72964E is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB11415078-
CMYK0.2400.480.41
HSL90º31.58%44.71%-
HSV(B)90º48%58.82%-
XYZ19.2225.9411.2-
YUV131.0398.07115.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=33.33%
G=43.86%
B=22.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150780.2400.480.419031.5844.71
Hex72964E18030295a202d
Octal16222611630060511324055
Binary11100101001011010011101100001100001010011011010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72964E; }

 p { color: rgb(114,150,78); }

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

<style>
 a { background-color: #72964E; }

 a { background-color: rgb(114,150,78); }

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

<style>
 span { border-color: #72964E; }

 span { border-color: rgb(114,150,78); }

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