#7FA250

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

Shades of Asparagus #7FA250

Tints of Asparagus #7FA250

Color information

#7FA250 (or 0x7FA250) is unknown color: approx Asparagus. HEX triplet: 7F, A2 and 50. RGB value is (127,162,80). Sum of RGB (Red+Green+Blue) = 127+162+80=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA250 is #805DAF. Grayscale: #8E8E8E. Windows color (decimal): -8412592 or 5284479. OLE color: 5284479.

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

Color convert

RGB12716280-
CMYK0.2200.510.36
HSL85.61º33.88%47.45%-
HSV(B)85.61º50.62%63.53%-
XYZ23.1230.9312.34-
YUV142.1992.9117.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.42%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=34.42%
G=43.90%
B=21.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127162800.2200.510.3685.6133.8847.45
Hex7FA250160332456222f
Octal17724212026063441264257
Binary11111111010001010100001011001100111001001010110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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