#7A954E

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

Shades of Asparagus #7A954E

Tints of Asparagus #7A954E

Color information

#7A954E (or 0x7A954E) is unknown color: approx Asparagus. HEX triplet: 7A, 95 and 4E. RGB value is (122,149,78). Sum of RGB (Red+Green+Blue) = 122+149+78=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #7A954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A954E is #856AB1. Grayscale: #858585. Windows color (decimal): -8743602 or 5150074. OLE color: 5150074.

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

Color convert

RGB12214978-
CMYK0.1800.480.42
HSL82.82º31.28%44.51%-
HSV(B)82.82º47.65%58.43%-
XYZ20.1526.1811.2-
YUV132.8397.05120.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=34.96%
G=42.69%
B=22.35%

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
Decimal122149780.1800.480.4282.8231.2844.51
Hex7A954E120302A531f2d
Octal17222511622060521233755
Binary1111010100101011001110100100110000101010101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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