#7CAF80

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

Shades of Envy #7CAF80

Tints of Envy #7CAF80

Color information

#7CAF80 (or 0x7CAF80) is unknown color: approx Envy. HEX triplet: 7C, AF and 80. RGB value is (124,175,128). Sum of RGB (Red+Green+Blue) = 124+175+128=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAF80 is #83507F. Grayscale: #9A9A9A. Windows color (decimal): -8605824 or 8433532. OLE color: 8433532.

HSL color Cylindrical-coordinate representation of color #7CAF80: hue angle of 124.71º 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 #7CAF80 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB124175128-
CMYK0.2900.270.31
HSL124.71º24.17%58.63%-
HSV(B)124.71º29.14%68.63%-
XYZ27.5436.526.02-
YUV154.39113.1106.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=29.04%
G=40.98%
B=29.98%

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
Decimal1241751280.2900.270.31124.7124.1758.63
Hex7CAF801D01B1F7d183b
Octal17425720035033371753073
Binary111110010101111100000001110101101111111111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,128); }

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

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

 a { background-color: rgb(124,175,128); }

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

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

 span { border-color: rgb(124,175,128); }

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