#72964B

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

Shades of Asparagus #72964B

Tints of Asparagus #72964B

Color information

#72964B (or 0x72964B) is unknown color: approx Asparagus. HEX triplet: 72, 96 and 4B. RGB value is (114,150,75). Sum of RGB (Red+Green+Blue) = 114+150+75=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #72964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72964B is #8D69B4. Grayscale: #828282. Windows color (decimal): -9267637 or 4953714. OLE color: 4953714.

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

Color convert

RGB11415075-
CMYK0.2400.50.41
HSL88.8º33.33%44.12%-
HSV(B)88.8º50%58.82%-
XYZ19.1225.910.65-
YUV130.6996.57116.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=33.63%
G=44.25%
B=22.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150750.2400.50.4188.833.3344.12
Hex72964B180322959212c
Octal16222611330062511314154
Binary11100101001011010010111100001100101010011011001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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