#7BAA7E

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

Shades of Envy #7BAA7E

Tints of Envy #7BAA7E

Color information

#7BAA7E (or 0x7BAA7E) is unknown color: approx Envy. HEX triplet: 7B, AA and 7E. RGB value is (123,170,126). Sum of RGB (Red+Green+Blue) = 123+170+126=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA7E is #845581. Grayscale: #979797. Windows color (decimal): -8672642 or 8301179. OLE color: 8301179.

HSL color Cylindrical-coordinate representation of color #7BAA7E: hue angle of 123.83º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA7E is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB123170126-
CMYK0.2800.260.33
HSL123.83º21.66%57.45%-
HSV(B)123.83º27.65%66.67%-
XYZ26.3134.4725-
YUV150.93113.93108.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=29.36%
G=40.57%
B=30.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231701260.2800.260.33123.8321.6657.45
Hex7BAA7E1C01A217c1639
Octal17325217634032411742671
Binary111101110101010111111011100011010100001111110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,126); }

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

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

 a { background-color: rgb(123,170,126); }

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

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

 span { border-color: rgb(123,170,126); }

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