#7CAF7C

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

Shades of Envy #7CAF7C

Tints of Envy #7CAF7C

Color information

#7CAF7C (or 0x7CAF7C) is unknown color: approx Envy. HEX triplet: 7C, AF and 7C. RGB value is (124,175,124). Sum of RGB (Red+Green+Blue) = 124+175+124=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF7C is #835083. Grayscale: #9A9A9A. Windows color (decimal): -8605828 or 8171388. OLE color: 8171388.

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

Color convert

RGB124175124-
CMYK0.2900.290.31
HSL120º24.17%58.63%-
HSV(B)120º29.14%68.63%-
XYZ27.2836.424.66-
YUV153.94111.1106.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.31%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=29.31%
G=41.37%
B=29.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751240.2900.290.3112024.1758.63
Hex7CAF7C1D01D1F78183b
Octal17425717435035371703073
Binary11111001010111111111001110101110111111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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