#7DAC81

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

Shades of Envy #7DAC81

Tints of Envy #7DAC81

Color information

#7DAC81 (or 0x7DAC81) is unknown color: approx Envy. HEX triplet: 7D, AC and 81. RGB value is (125,172,129). Sum of RGB (Red+Green+Blue) = 125+172+129=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC81 is #82537E. Grayscale: #999999. Windows color (decimal): -8541055 or 8498301. OLE color: 8498301.

HSL color Cylindrical-coordinate representation of color #7DAC81: hue angle of 125.11º degrees, saturation: 0.22, 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 #7DAC81 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB125172129-
CMYK0.2700.250.33
HSL125.11º22.07%58.24%-
HSV(B)125.11º27.33%67.45%-
XYZ27.1735.4526.18-
YUV153.04114.43108-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.34%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=29.34%
G=40.38%
B=30.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251721290.2700.250.33125.1122.0758.24
Hex7DAC811B019217d163a
Octal17525420133031411752672
Binary1111101101011001000000111011011001100001111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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