#7A954D

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

Shades of Asparagus #7A954D

Tints of Asparagus #7A954D

Color information

#7A954D (or 0x7A954D) is unknown color: approx Asparagus. HEX triplet: 7A, 95 and 4D. RGB value is (122,149,77). Sum of RGB (Red+Green+Blue) = 122+149+77=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #7A954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A954D is #856AB2. Grayscale: #848484. Windows color (decimal): -8743603 or 5084538. OLE color: 5084538.

HSL color Cylindrical-coordinate representation of color #7A954D: hue angle of 82.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A954D is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB12214977-
CMYK0.1800.480.42
HSL82.5º31.86%44.31%-
HSV(B)82.5º48.32%58.43%-
XYZ20.1126.1711.01-
YUV132.7296.55120.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=35.06%
G=42.82%
B=22.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149770.1800.480.4282.531.8644.31
Hex7A954D120302A52202c
Octal17222511522060521224054
Binary11110101001010110011011001001100001010101010010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,77); }

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

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

 a { background-color: rgb(122,149,77); }

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

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

 span { border-color: rgb(122,149,77); }

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