#8EB093

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

Shades of Envy #8EB093

Tints of Envy #8EB093

Color information

#8EB093 (or 0x8EB093) is unknown color: approx Envy. HEX triplet: 8E, B0 and 93. RGB value is (142,176,147). Sum of RGB (Red+Green+Blue) = 142+176+147=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #8EB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EB093 is #714F6C. Grayscale: #A2A2A2. Windows color (decimal): -7425901 or 9678990. OLE color: 9678990.

HSL color Cylindrical-coordinate representation of color #8EB093: hue angle of 128.82º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EB093 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB142176147-
CMYK0.1900.160.31
HSL128.82º17.71%62.35%-
HSV(B)128.82º19.32%69.02%-
XYZ31.9538.9133.43-
YUV162.53119.24113.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.54%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=30.54%
G=37.85%
B=31.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1421761470.1900.160.31128.8217.7162.35
Hex8EB093130101F81123e
Octal21626022323020372012276
Binary10001110101100001001001110011010000111111000000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,176,147); }

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

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

 a { background-color: rgb(142,176,147); }

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

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

 span { border-color: rgb(142,176,147); }

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