#8DA693

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

Shades of Envy #8DA693

Tints of Envy #8DA693

Color information

#8DA693 (or 0x8DA693) is unknown color: approx Envy. HEX triplet: 8D, A6 and 93. RGB value is (141,166,147). Sum of RGB (Red+Green+Blue) = 141+166+147=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA693 is #72596C. Grayscale: #9C9C9C. Windows color (decimal): -7493997 or 9676429. OLE color: 9676429.

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

Color convert

RGB141166147-
CMYK0.1500.110.35
HSL134.4º12.32%60.2%-
HSV(B)134.4º15.06%65.1%-
XYZ29.8935.0432.79-
YUV156.36122.72117.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.06%
GREEN value IS 166 (65.23% from 255) = 36.56%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=31.06%
G=36.56%
B=32.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411661470.1500.110.35134.412.3260.2
Hex8DA693F0B2386c3c
Octal21524622317013432061474
Binary100011011010011010010011111101011100011100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,166,147); }

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

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

 a { background-color: rgb(141,166,147); }

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

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

 span { border-color: rgb(141,166,147); }

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