#7A974D

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

Shades of Asparagus #7A974D

Tints of Asparagus #7A974D

Color information

#7A974D (or 0x7A974D) is unknown color: approx Asparagus. HEX triplet: 7A, 97 and 4D. RGB value is (122,151,77). Sum of RGB (Red+Green+Blue) = 122+151+77=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #7A974D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A974D is #8568B2. Grayscale: #868686. Windows color (decimal): -8743091 or 5085050. OLE color: 5085050.

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

Color convert

RGB12215177-
CMYK0.1900.490.41
HSL83.51º32.46%44.71%-
HSV(B)83.51º49.01%59.22%-
XYZ20.4326.8111.12-
YUV133.8995.89119.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 151 (59.38% from 255) = 43.14%
BLUE value IS 77 (30.47% from 255) = 22%
R=34.86%
G=43.14%
B=22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal122151770.1900.490.4183.5132.4644.71
Hex7A974D130312954202d
Octal17222711523061511244055
Binary11110101001011110011011001101100011010011010100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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