#7DA481

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

Shades of Envy #7DA481

Tints of Envy #7DA481

Color information

#7DA481 (or 0x7DA481) is unknown color: approx Envy. HEX triplet: 7D, A4 and 81. RGB value is (125,164,129). Sum of RGB (Red+Green+Blue) = 125+164+129=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA481 is #825B7E. Grayscale: #949494. Windows color (decimal): -8543103 or 8496253. OLE color: 8496253.

HSL color Cylindrical-coordinate representation of color #7DA481: hue angle of 126.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA481 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB125164129-
CMYK0.2400.210.36
HSL126.15º17.65%56.67%-
HSV(B)126.15º23.78%64.31%-
XYZ25.732.525.69-
YUV148.35117.08111.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.90%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=29.90%
G=39.23%
B=30.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641290.2400.210.36126.1517.6556.67
Hex7DA48118015247e1239
Octal17524420130025441762271
Binary1111101101001001000000111000010101100100111111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,129); }

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

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

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

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

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

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

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