#7CAE7D

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

Shades of Envy #7CAE7D

Tints of Envy #7CAE7D

Color information

#7CAE7D (or 0x7CAE7D) is unknown color: approx Envy. HEX triplet: 7C, AE and 7D. RGB value is (124,174,125). Sum of RGB (Red+Green+Blue) = 124+174+125=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAE7D is #835182. Grayscale: #999999. Windows color (decimal): -8606083 or 8236668. OLE color: 8236668.

HSL color Cylindrical-coordinate representation of color #7CAE7D: hue angle of 121.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAE7D is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB124174125-
CMYK0.2900.280.32
HSL121.2º23.58%58.43%-
HSV(B)121.2º28.74%68.24%-
XYZ27.1536.0424.93-
YUV153.46111.94106.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=29.31%
G=41.13%
B=29.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741250.2900.280.32121.223.5858.43
Hex7CAE7D1D01C2079183a
Octal17425617535034401713072
Binary111110010101110111110111101011100100000111100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,174,125); }

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

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

 a { background-color: rgb(124,174,125); }

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

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

 span { border-color: rgb(124,174,125); }

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