#7CAB7F

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

Shades of Envy #7CAB7F

Tints of Envy #7CAB7F

Color information

#7CAB7F (or 0x7CAB7F) is unknown color: approx Envy. HEX triplet: 7C, AB and 7F. RGB value is (124,171,127). Sum of RGB (Red+Green+Blue) = 124+171+127=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAB7F is #835480. Grayscale: #989898. Windows color (decimal): -8606849 or 8366972. OLE color: 8366972.

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

Color convert

RGB124171127-
CMYK0.2700.260.33
HSL123.83º21.86%57.84%-
HSV(B)123.83º27.49%67.06%-
XYZ26.7134.9425.42-
YUV151.93113.93108.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.38%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 127 (50% from 255) = 30.09%
R=29.38%
G=40.52%
B=30.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711270.2700.260.33123.8321.8657.84
Hex7CAB7F1B01A217c163a
Octal17425317733032411742672
Binary111110010101011111111111011011010100001111110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,127); }

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

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

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

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

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

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

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