#7FB184

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

Shades of Envy #7FB184

Tints of Envy #7FB184

Color information

#7FB184 (or 0x7FB184) is unknown color: approx Envy. HEX triplet: 7F, B1 and 84. RGB value is (127,177,132). Sum of RGB (Red+Green+Blue) = 127+177+132=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB184 is #804E7B. Grayscale: #9D9D9D. Windows color (decimal): -8408700 or 8696191. OLE color: 8696191.

HSL color Cylindrical-coordinate representation of color #7FB184: hue angle of 126º 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 #7FB184 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB127177132-
CMYK0.2800.250.31
HSL126º24.27%59.61%-
HSV(B)126º28.25%69.41%-
XYZ28.6437.6227.58-
YUV156.92113.94106.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.13%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=29.13%
G=40.60%
B=30.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771320.2800.250.3112624.2759.61
Hex7FB1841C0191F7e183c
Octal17726120434031371763074
Binary111111110110001100001001110001100111111111111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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