#7FB182

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

Shades of Envy #7FB182

Tints of Envy #7FB182

Color information

#7FB182 (or 0x7FB182) is unknown color: approx Envy. HEX triplet: 7F, B1 and 82. RGB value is (127,177,130). Sum of RGB (Red+Green+Blue) = 127+177+130=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB182 is #804E7D. Grayscale: #9C9C9C. Windows color (decimal): -8408702 or 8565119. OLE color: 8565119.

HSL color Cylindrical-coordinate representation of color #7FB182: hue angle of 123.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB182 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB127177130-
CMYK0.2800.270.31
HSL123.6º24.27%59.61%-
HSV(B)123.6º28.25%69.41%-
XYZ28.537.5726.87-
YUV156.69112.94106.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 177 (69.53% from 255) = 40.78%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=29.26%
G=40.78%
B=29.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771300.2800.270.31123.624.2759.61
Hex7FB1821C01B1F7c183c
Octal17726120234033371743074
Binary111111110110001100000101110001101111111111110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,130); }

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

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

 a { background-color: rgb(127,177,130); }

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

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

 span { border-color: rgb(127,177,130); }

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