#7AB050

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

Shades of Asparagus #7AB050

Tints of Asparagus #7AB050

Color information

#7AB050 (or 0x7AB050) is unknown color: approx Asparagus. HEX triplet: 7A, B0 and 50. RGB value is (122,176,80). Sum of RGB (Red+Green+Blue) = 122+176+80=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB050 is #854FAF. Grayscale: #959595. Windows color (decimal): -8736688 or 5288058. OLE color: 5288058.

HSL color Cylindrical-coordinate representation of color #7AB050: hue angle of 93.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AB050 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB12217680-
CMYK0.3100.550.31
HSL93.75º37.8%50.2%-
HSV(B)93.75º54.55%69.02%-
XYZ2535.7713.18-
YUV148.9189.11108.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 80 (31.64% from 255) = 21.16%
R=32.28%
G=46.56%
B=21.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122176800.3100.550.3193.7537.850.2
Hex7AB0501F0371F5e2632
Octal17226012037067371364662
Binary1111010101100001010000111110110111111111011110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,176,80); }

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

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

 a { background-color: rgb(122,176,80); }

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

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

 span { border-color: rgb(122,176,80); }

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