Html Css Color HEX #8DA693 Envy

📋 copy color: '#8DA693'

red 141 ◦ green 166 ◦ blue 147

#8DA693
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #8DA693

Tints of Envy #8DA693

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 value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#8DA693 (or 0x8DA693) is known color: 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

RGB 141 166 147 -
CMYK 0.15 0 0.11 0.35
HSL 134.4º 0.12% 0.6% -
HSV(B) 134.4º 0.15% 0.65% -
XYZ 29.89 35.04 32.79 -
YUV 156.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 141 166 147 0.15 0 0.11 0.35 134.4 0.12 0.6
Hex 8D A6 93 F 0 B 23 86 C 3C
Octal 215 246 223 17 0 13 43 206 14 74
Binary 10001101 10100110 10010011 1111 0 1011 100011 10000110 1100 111100

Color Harmonies of #8DA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA693

Black with #8DA693

Text Example


Text Example

White with #8DA693

Text Example


Text Example

HTML Codes & Css Web 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>