#8FA593

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

Shades of Envy #8FA593

Tints of Envy #8FA593

Color information

#8FA593 (or 0x8FA593) is unknown color: approx Envy. HEX triplet: 8F, A5 and 93. RGB value is (143,165,147). Sum of RGB (Red+Green+Blue) = 143+165+147=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA593 is #705A6C. Grayscale: #9C9C9C. Windows color (decimal): -7363181 or 9676175. OLE color: 9676175.

HSL color Cylindrical-coordinate representation of color #8FA593: hue angle of 130.91º 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 #8FA593 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB143165147-
CMYK0.1300.110.35
HSL130.91º10.89%60.39%-
HSV(B)130.91º13.33%64.71%-
XYZ30.0534.8632.75-
YUV156.37122.71118.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.43%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=31.43%
G=36.26%
B=32.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431651470.1300.110.35130.9110.8960.39
Hex8FA593D0B2383b3c
Octal21724522315013432031374
Binary100011111010010110010011110101011100011100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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