#7fa25f

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

Shades of Asparagus #7FA25F

Tints of Asparagus #7FA25F

Color information

#7FA25F (or 0x7FA25F) is unknown color: approx Asparagus. HEX triplet: 7F, A2 and 5F. RGB value is (127,162,95). Sum of RGB (Red+Green+Blue) = 127+162+95=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA25F is #805DA0. Grayscale: #909090. Windows color (decimal): -8412577 or 6267519. OLE color: 6267519.

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

Color convert

RGB12716295-
CMYK0.2200.410.36
HSL91.34º26.48%50.39%-
HSV(B)91.34º41.36%63.53%-
XYZ23.7431.1815.59-
YUV143.9100.4115.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.07%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=33.07%
G=42.19%
B=24.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127162950.2200.410.3691.3426.4850.39
Hex7FA25F16029245b1a32
Octal17724213726051441333262
Binary1111111101000101011111101100101001100100101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fa25f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,162,95); }

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

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

 a { background-color: rgb(127,162,95); }

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

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

 span { border-color: rgb(127,162,95); }

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