Html Css Color HEX #8DA091 Envy

📋 copy color: '#8DA091'

red 141 ◦ green 160 ◦ blue 145

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

Shades of Envy #8DA091

Tints of Envy #8DA091

RGB

 RED value IS 141 (55.47% from 255) = 31.61%

 GREEN value IS 160 (62.89% from 255) = 35.87%

 BLUE value IS 145 (57.03% from 255) = 32.51%

R = 31.61%
G = 35.87%
B = 32.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#8DA091 (or 0x8DA091) is known color: Envy. HEX triplet: 8D, A0 and 91. RGB value is (141,160,145). Sum of RGB (Red+Green+Blue) = 141+160+145=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA091 is #725F6E. Grayscale: #989898. Windows color (decimal): -7495535 or 9543821. OLE color: 9543821.

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

Color convert

RGB 141 160 145 -
CMYK 0.12 0 0.09 0.37
HSL 132.63º 0.09% 0.59% -
HSV(B) 132.63º 0.12% 0.63% -
XYZ 28.67 32.85 31.62 -
YUV 152.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 141 160 145 0.12 0 0.09 0.37 132.63 0.09 0.59
Hex 8D A0 91 C 0 9 25 85 9 3B
Octal 215 240 221 14 0 11 45 205 11 73
Binary 10001101 10100000 10010001 1100 0 1001 100101 10000101 1001 111011

Color Harmonies of #8DA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA091

Black with #8DA091

Text Example


Text Example

White with #8DA091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,160,145); }

 H1.HeaderClassName
 {
   color: #8DA091;
 }
 .AnyTagClassName
 {
   color: #8DA091;
 }
</style>

background-color css

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

 a { background-color: rgb(141,160,145); }

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

border-color css

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

 span { border-color: rgb(141,160,145); }

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