#7AAB7E

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

Shades of Envy #7AAB7E

Tints of Envy #7AAB7E

Color information

#7AAB7E (or 0x7AAB7E) is unknown color: approx Envy. HEX triplet: 7A, AB and 7E. RGB value is (122,171,126). Sum of RGB (Red+Green+Blue) = 122+171+126=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB7E is #855481. Grayscale: #979797. Windows color (decimal): -8737922 or 8301434. OLE color: 8301434.

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

Color convert

RGB122171126-
CMYK0.2900.260.33
HSL124.9º22.58%57.45%-
HSV(B)124.9º28.65%67.06%-
XYZ26.3534.7725.06-
YUV151.22113.77107.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=29.12%
G=40.81%
B=30.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221711260.2900.260.33124.922.5857.45
Hex7AAB7E1D01A217d1739
Octal17225317635032411752771
Binary111101010101011111111011101011010100001111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,126); }

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

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

 a { background-color: rgb(122,171,126); }

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

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

 span { border-color: rgb(122,171,126); }

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