#7BAE7C

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

Shades of Envy #7BAE7C

Tints of Envy #7BAE7C

Color information

#7BAE7C (or 0x7BAE7C) is unknown color: approx Envy. HEX triplet: 7B, AE and 7C. RGB value is (123,174,124). Sum of RGB (Red+Green+Blue) = 123+174+124=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAE7C is #845183. Grayscale: #999999. Windows color (decimal): -8671620 or 8171131. OLE color: 8171131.

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

Color convert

RGB123174124-
CMYK0.2900.290.32
HSL121.18º23.94%58.24%-
HSV(B)121.18º29.31%68.24%-
XYZ26.9435.9424.59-
YUV153.05111.6106.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.22%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=29.22%
G=41.33%
B=29.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741240.2900.290.32121.1823.9458.24
Hex7BAE7C1D01D2079183a
Octal17325617435035401713072
Binary111101110101110111110011101011101100000111100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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