#7DAB53

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

Shades of Asparagus #7DAB53

Tints of Asparagus #7DAB53

Color information

#7DAB53 (or 0x7DAB53) is unknown color: approx Asparagus. HEX triplet: 7D, AB and 53. RGB value is (125,171,83). Sum of RGB (Red+Green+Blue) = 125+171+83=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB53 is #8254AC. Grayscale: #939393. Windows color (decimal): -8541357 or 5483389. OLE color: 5483389.

HSL color Cylindrical-coordinate representation of color #7DAB53: hue angle of 91.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DAB53 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB12517183-
CMYK0.2700.510.33
HSL91.36º34.65%49.8%-
HSV(B)91.36º51.46%67.06%-
XYZ24.5834.1113.47-
YUV147.2191.76112.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.98%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=32.98%
G=45.12%
B=21.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125171830.2700.510.3391.3634.6549.8
Hex7DAB531B033215b2332
Octal17525312333063411334362
Binary11111011010101110100111101101100111000011011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,171,83); }

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

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

 a { background-color: rgb(125,171,83); }

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

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

 span { border-color: rgb(125,171,83); }

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