#8FA792

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

Shades of Envy #8FA792

Tints of Envy #8FA792

Color information

#8FA792 (or 0x8FA792) is unknown color: approx Envy. HEX triplet: 8F, A7 and 92. RGB value is (143,167,146). Sum of RGB (Red+Green+Blue) = 143+167+146=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA792 is #70586D. Grayscale: #9D9D9D. Windows color (decimal): -7362670 or 9611151. OLE color: 9611151.

HSL color Cylindrical-coordinate representation of color #8FA792: hue angle of 127.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA792 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB143167146-
CMYK0.1400.130.35
HSL127.5º12%60.78%-
HSV(B)127.5º14.37%65.49%-
XYZ30.3335.5532.46-
YUV157.43121.55117.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 167 (65.62% from 255) = 36.62%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=31.36%
G=36.62%
B=32.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431671460.1400.130.35127.51260.78
Hex8FA792E0D237fc3d
Octal21724722216015431771475
Binary10001111101001111001001011100110110001111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA792; }

 p { color: rgb(143,167,146); }

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

<style>
 a { background-color: #8FA792; }

 a { background-color: rgb(143,167,146); }

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

<style>
 span { border-color: #8FA792; }

 span { border-color: rgb(143,167,146); }

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