#7FAC5D

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

Shades of Asparagus #7FAC5D

Tints of Asparagus #7FAC5D

Color information

#7FAC5D (or 0x7FAC5D) is unknown color: approx Asparagus. HEX triplet: 7F, AC and 5D. RGB value is (127,172,93). Sum of RGB (Red+Green+Blue) = 127+172+93=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC5D is #8053A2. Grayscale: #959595. Windows color (decimal): -8410019 or 6139007. OLE color: 6139007.

HSL color Cylindrical-coordinate representation of color #7FAC5D: hue angle of 94.18º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FAC5D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB12717293-
CMYK0.2600.460.33
HSL94.18º32.24%51.96%-
HSV(B)94.18º45.93%67.45%-
XYZ25.4834.8115.73-
YUV149.5496.09111.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.40%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=32.40%
G=43.88%
B=23.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127172930.2600.460.3394.1832.2451.96
Hex7FAC5D1A02E215e2034
Octal17725413532056411364064
Binary11111111010110010111011101001011101000011011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,172,93); }

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

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

 a { background-color: rgb(127,172,93); }

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

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

 span { border-color: rgb(127,172,93); }

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