#7FA04C

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

Shades of Asparagus #7FA04C

Tints of Asparagus #7FA04C

Color information

#7FA04C (or 0x7FA04C) is unknown color: approx Asparagus. HEX triplet: 7F, A0 and 4C. RGB value is (127,160,76). Sum of RGB (Red+Green+Blue) = 127+160+76=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA04C is #805FB3. Grayscale: #8C8C8C. Windows color (decimal): -8413108 or 5021823. OLE color: 5021823.

HSL color Cylindrical-coordinate representation of color #7FA04C: hue angle of 83.57º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FA04C is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB12716076-
CMYK0.2100.520.37
HSL83.57º35.59%46.27%-
HSV(B)83.57º52.5%62.75%-
XYZ22.6330.1811.47-
YUV140.5691.57118.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.99%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=34.99%
G=44.08%
B=20.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal127160760.2100.520.3783.5735.5946.27
Hex7FA04C150342554242e
Octal17724011425064451244456
Binary11111111010000010011001010101101001001011010100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,160,76); }

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

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

 a { background-color: rgb(127,160,76); }

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

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

 span { border-color: rgb(127,160,76); }

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