#8FA093

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

Shades of Envy #8FA093

Tints of Envy #8FA093

Color information

#8FA093 (or 0x8FA093) is unknown color: approx Envy. HEX triplet: 8F, A0 and 93. RGB value is (143,160,147). Sum of RGB (Red+Green+Blue) = 143+160+147=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA093 is #705F6C. Grayscale: #999999. Windows color (decimal): -7364461 or 9674895. OLE color: 9674895.

HSL color Cylindrical-coordinate representation of color #8FA093: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA093 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB143160147-
CMYK0.1100.080.37
HSL134.12º8.21%59.41%-
HSV(B)134.12º10.63%62.75%-
XYZ29.1633.0932.45-
YUV153.44124.37120.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=31.78%
G=35.56%
B=32.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431601470.1100.080.37134.128.2159.41
Hex8FA093B08258683b
Octal21724022313010452061073
Binary100011111010000010010011101101000100101100001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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