#7BAD50

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

Shades of Asparagus #7BAD50

Tints of Asparagus #7BAD50

Color information

#7BAD50 (or 0x7BAD50) is unknown color: approx Asparagus. HEX triplet: 7B, AD and 50. RGB value is (123,173,80). Sum of RGB (Red+Green+Blue) = 123+173+80=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAD50 is #8452AF. Grayscale: #939393. Windows color (decimal): -8671920 or 5287291. OLE color: 5287291.

HSL color Cylindrical-coordinate representation of color #7BAD50: hue angle of 92.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7BAD50 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB12317380-
CMYK0.2900.540.32
HSL92.26º36.76%49.61%-
HSV(B)92.26º53.76%67.84%-
XYZ24.5634.6812.99-
YUV147.4589.94110.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.71%
GREEN value IS 173 (67.97% from 255) = 46.01%
BLUE value IS 80 (31.64% from 255) = 21.28%
R=32.71%
G=46.01%
B=21.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123173800.2900.540.3292.2636.7649.61
Hex7BAD501D036205c2532
Octal17325512035066401344562
Binary11110111010110110100001110101101101000001011100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,173,80); }

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

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

 a { background-color: rgb(123,173,80); }

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

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

 span { border-color: rgb(123,173,80); }

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