#7DAB7F

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

Shades of Envy #7DAB7F

Tints of Envy #7DAB7F

Color information

#7DAB7F (or 0x7DAB7F) is unknown color: approx Envy. HEX triplet: 7D, AB and 7F. RGB value is (125,171,127). Sum of RGB (Red+Green+Blue) = 125+171+127=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB7F is #825480. Grayscale: #989898. Windows color (decimal): -8541313 or 8366973. OLE color: 8366973.

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

Color convert

RGB125171127-
CMYK0.2700.260.33
HSL122.61º21.5%58.04%-
HSV(B)122.61º26.9%67.06%-
XYZ26.8535.0225.42-
YUV152.23113.76108.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 127 (50% from 255) = 30.02%
R=29.55%
G=40.43%
B=30.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251711270.2700.260.33122.6121.558.04
Hex7DAB7F1B01A217b153a
Octal17525317733032411732572
Binary111110110101011111111111011011010100001111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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