#7DAD7D

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

Shades of Envy #7DAD7D

Tints of Envy #7DAD7D

Color information

#7DAD7D (or 0x7DAD7D) is unknown color: approx Envy. HEX triplet: 7D, AD and 7D. RGB value is (125,173,125). Sum of RGB (Red+Green+Blue) = 125+173+125=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD7D is #825282. Grayscale: #999999. Windows color (decimal): -8540803 or 8236413. OLE color: 8236413.

HSL color Cylindrical-coordinate representation of color #7DAD7D: hue angle of 120º 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 #7DAD7D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB125173125-
CMYK0.2800.280.32
HSL120º22.64%58.43%-
HSV(B)120º27.75%67.84%-
XYZ27.135.7324.87-
YUV153.18112.1107.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=29.55%
G=40.90%
B=29.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731250.2800.280.3212022.6458.43
Hex7DAD7D1C01C2078173a
Octal17525517534034401702772
Binary111110110101101111110111100011100100000111100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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