#7DB180

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

Shades of Envy #7DB180

Tints of Envy #7DB180

Color information

#7DB180 (or 0x7DB180) is unknown color: approx Envy. HEX triplet: 7D, B1 and 80. RGB value is (125,177,128). Sum of RGB (Red+Green+Blue) = 125+177+128=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB180 is #824E7F. Grayscale: #9C9C9C. Windows color (decimal): -8539776 or 8434045. OLE color: 8434045.

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

Color convert

RGB125177128-
CMYK0.2900.280.31
HSL123.46º25%59.22%-
HSV(B)123.46º29.38%69.41%-
XYZ28.0837.3626.15-
YUV155.87112.27105.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=29.07%
G=41.16%
B=29.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251771280.2900.280.31123.462559.22
Hex7DB1801D01C1F7b193b
Octal17526120035034371733173
Binary111110110110001100000001110101110011111111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,128); }

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

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

 a { background-color: rgb(125,177,128); }

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

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

 span { border-color: rgb(125,177,128); }

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