#8FA092

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

Shades of Envy #8FA092

Tints of Envy #8FA092

Color information

#8FA092 (or 0x8FA092) is unknown color: approx Envy. HEX triplet: 8F, A0 and 92. RGB value is (143,160,146). Sum of RGB (Red+Green+Blue) = 143+160+146=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA092 is #705F6D. Grayscale: #999999. Windows color (decimal): -7364462 or 9609359. OLE color: 9609359.

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

Color convert

RGB143160146-
CMYK0.1100.090.37
HSL130.59º8.21%59.41%-
HSV(B)130.59º10.63%62.75%-
XYZ29.0933.0632.04-
YUV153.32123.87120.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.85%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=31.85%
G=35.63%
B=32.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431601460.1100.090.37130.598.2159.41
Hex8FA092B09258383b
Octal21724022213011452031073
Binary100011111010000010010010101101001100101100000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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