#7db055

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

Shades of Asparagus #7DB055

Tints of Asparagus #7DB055

Color information

#7DB055 (or 0x7DB055) is unknown color: approx Asparagus. HEX triplet: 7D, B0 and 55. RGB value is (125,176,85). Sum of RGB (Red+Green+Blue) = 125+176+85=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB055 is #824FAA. Grayscale: #969696. Windows color (decimal): -8540075 or 5615741. OLE color: 5615741.

HSL color Cylindrical-coordinate representation of color #7DB055: hue angle of 93.63º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DB055 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB12517685-
CMYK0.2900.520.31
HSL93.63º36.55%51.18%-
HSV(B)93.63º51.7%69.02%-
XYZ25.6236.0714.21-
YUV150.3891.1109.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 176 (69.14% from 255) = 45.60%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=32.38%
G=45.60%
B=22.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125176850.2900.520.3193.6336.5551.18
Hex7DB0551D0341F5e2533
Octal17526012535064371364563
Binary1111101101100001010101111010110100111111011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7db055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,176,85); }

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

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

 a { background-color: rgb(125,176,85); }

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

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

 span { border-color: rgb(125,176,85); }

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