#7DAD7F

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

Shades of Envy #7DAD7F

Tints of Envy #7DAD7F

Color information

#7DAD7F (or 0x7DAD7F) is unknown color: approx Envy. HEX triplet: 7D, AD and 7F. RGB value is (125,173,127). Sum of RGB (Red+Green+Blue) = 125+173+127=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD7F is #825280. Grayscale: #999999. Windows color (decimal): -8540801 or 8367485. OLE color: 8367485.

HSL color Cylindrical-coordinate representation of color #7DAD7F: hue angle of 122.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAD7F is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB125173127-
CMYK0.2800.270.32
HSL122.5º22.64%58.43%-
HSV(B)122.5º27.75%67.84%-
XYZ27.2335.7825.55-
YUV153.4113.1107.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 127 (50% from 255) = 29.88%
R=29.41%
G=40.71%
B=29.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731270.2800.270.32122.522.6458.43
Hex7DAD7F1C01B207a173a
Octal17525517734033401722772
Binary111110110101101111111111100011011100000111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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