#7A964A

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

Shades of Asparagus #7A964A

Tints of Asparagus #7A964A

Color information

#7A964A (or 0x7A964A) is unknown color: approx Asparagus. HEX triplet: 7A, 96 and 4A. RGB value is (122,150,74). Sum of RGB (Red+Green+Blue) = 122+150+74=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #7A964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A964A is #8569B5. Grayscale: #858585. Windows color (decimal): -8743350 or 4888186. OLE color: 4888186.

HSL color Cylindrical-coordinate representation of color #7A964A: hue angle of 82.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A964A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB12215074-
CMYK0.1900.510.41
HSL82.11º33.93%43.92%-
HSV(B)82.11º50.67%58.82%-
XYZ20.1726.4410.52-
YUV132.9694.72120.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=35.26%
G=43.35%
B=21.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122150740.1900.510.4182.1133.9343.92
Hex7A964A130332952222c
Octal17222611223063511224254
Binary11110101001011010010101001101100111010011010010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A964A; }

 p { color: rgb(122,150,74); }

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

<style>
 a { background-color: #7A964A; }

 a { background-color: rgb(122,150,74); }

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

<style>
 span { border-color: #7A964A; }

 span { border-color: rgb(122,150,74); }

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