#7DAF7F

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

Shades of Envy #7DAF7F

Tints of Envy #7DAF7F

Color information

#7DAF7F (or 0x7DAF7F) is unknown color: approx Envy. HEX triplet: 7D, AF and 7F. RGB value is (125,175,127). Sum of RGB (Red+Green+Blue) = 125+175+127=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF7F is #825080. Grayscale: #9A9A9A. Windows color (decimal): -8540289 or 8367997. OLE color: 8367997.

HSL color Cylindrical-coordinate representation of color #7DAF7F: hue angle of 122.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAF7F is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB125175127-
CMYK0.2900.270.31
HSL122.4º23.81%58.82%-
HSV(B)122.4º28.57%68.63%-
XYZ27.6236.5525.68-
YUV154.58112.44106.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.27%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 127 (50% from 255) = 29.74%
R=29.27%
G=40.98%
B=29.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751270.2900.270.31122.423.8158.82
Hex7DAF7F1D01B1F7a183b
Octal17525717735033371723073
Binary11111011010111111111111110101101111111111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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