#7DA47F

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

Shades of Envy #7DA47F

Tints of Envy #7DA47F

Color information

#7DA47F (or 0x7DA47F) is unknown color: approx Envy. HEX triplet: 7D, A4 and 7F. RGB value is (125,164,127). Sum of RGB (Red+Green+Blue) = 125+164+127=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA47F is #825B80. Grayscale: #949494. Windows color (decimal): -8543105 or 8365181. OLE color: 8365181.

HSL color Cylindrical-coordinate representation of color #7DA47F: hue angle of 123.08º 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 #7DA47F is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB125164127-
CMYK0.2400.230.36
HSL123.08º17.65%56.67%-
HSV(B)123.08º23.78%64.31%-
XYZ25.5632.4424.99-
YUV148.12116.08111.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.05%
GREEN value IS 164 (64.45% from 255) = 39.42%
BLUE value IS 127 (50% from 255) = 30.53%
R=30.05%
G=39.42%
B=30.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641270.2400.230.36123.0817.6556.67
Hex7DA47F18017247b1239
Octal17524417730027441732271
Binary111110110100100111111111000010111100100111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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