#8FA592

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

Shades of Envy #8FA592

Tints of Envy #8FA592

Color information

#8FA592 (or 0x8FA592) is unknown color: approx Envy. HEX triplet: 8F, A5 and 92. RGB value is (143,165,146). Sum of RGB (Red+Green+Blue) = 143+165+146=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA592 is #705A6D. Grayscale: #9C9C9C. Windows color (decimal): -7363182 or 9610639. OLE color: 9610639.

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

Color convert

RGB143165146-
CMYK0.1300.120.35
HSL128.18º10.89%60.39%-
HSV(B)128.18º13.33%64.71%-
XYZ29.9734.8332.34-
YUV156.26122.21118.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 165 (64.84% from 255) = 36.34%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=31.50%
G=36.34%
B=32.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431651460.1300.120.35128.1810.8960.39
Hex8FA592D0C2380b3c
Octal21724522215014432001374
Binary100011111010010110010010110101100100011100000001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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