#7FA452

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

Shades of Asparagus #7FA452

Tints of Asparagus #7FA452

Color information

#7FA452 (or 0x7FA452) is unknown color: approx Asparagus. HEX triplet: 7F, A4 and 52. RGB value is (127,164,82). Sum of RGB (Red+Green+Blue) = 127+164+82=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA452 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA452 is #805BAD. Grayscale: #8F8F8F. Windows color (decimal): -8412078 or 5416063. OLE color: 5416063.

HSL color Cylindrical-coordinate representation of color #7FA452: hue angle of 87.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FA452 is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB12716482-
CMYK0.2300.50.36
HSL87.07º33.33%48.24%-
HSV(B)87.07º50%64.31%-
XYZ23.5531.6712.85-
YUV143.5993.24116.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.05%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=34.05%
G=43.97%
B=21.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127164820.2300.50.3687.0733.3348.24
Hex7FA4521703224572130
Octal17724412227062441274160
Binary11111111010010010100101011101100101001001010111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,82); }

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

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

 a { background-color: rgb(127,164,82); }

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

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

 span { border-color: rgb(127,164,82); }

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