Html Css Color HEX #8C9F91 Envy

📋 copy color: '#8C9F91'

red 140 ◦ green 159 ◦ blue 145

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

Shades of Envy #8C9F91

Tints of Envy #8C9F91

RGB

 RED value IS 140 (55.08% from 255) = 31.53%

 GREEN value IS 159 (62.5% from 255) = 35.81%

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

R = 31.53%
G = 35.81%
B = 32.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#8C9F91 (or 0x8C9F91) is known color: Envy. HEX triplet: 8C, 9F and 91. RGB value is (140,159,145). Sum of RGB (Red+Green+Blue) = 140+159+145=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F91 is #73606E. Grayscale: #979797. Windows color (decimal): -7561327 or 9543564. OLE color: 9543564.

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

Color convert

RGB 140 159 145 -
CMYK 0.12 0 0.09 0.38
HSL 135.79º 0.09% 0.59% -
HSV(B) 135.79º 0.12% 0.62% -
XYZ 28.32 32.42 31.55 -
YUV 151.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 140 159 145 0.12 0 0.09 0.38 135.79 0.09 0.59
Hex 8C 9F 91 C 0 9 26 88 9 3B
Octal 214 237 221 14 0 11 46 210 11 73
Binary 10001100 10011111 10010001 1100 0 1001 100110 10001000 1001 111011

Color Harmonies of #8C9F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F91

Black with #8C9F91

Text Example


Text Example

White with #8C9F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,145); }

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

background-color css

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

 a { background-color: rgb(140,159,145); }

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

border-color css

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

 span { border-color: rgb(140,159,145); }

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