#7DA484

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

Shades of Envy #7DA484

Tints of Envy #7DA484

Color information

#7DA484 (or 0x7DA484) is unknown color: approx Envy. HEX triplet: 7D, A4 and 84. RGB value is (125,164,132). Sum of RGB (Red+Green+Blue) = 125+164+132=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA484 is #825B7B. Grayscale: #949494. Windows color (decimal): -8543100 or 8692861. OLE color: 8692861.

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

Color convert

RGB125164132-
CMYK0.2400.200.36
HSL130.77º17.65%56.67%-
HSV(B)130.77º23.78%64.31%-
XYZ25.932.5826.75-
YUV148.69118.58111.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.69%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=29.69%
G=38.95%
B=31.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251641320.2400.200.36130.7717.6556.67
Hex7DA4841801424831239
Octal17524420430024442032271
Binary11111011010010010000100110000101001001001000001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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