Html Css Color HEX #889F8E Envy

📋 copy color: '#889F8E'

red 136 ◦ green 159 ◦ blue 142

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

Shades of Envy #889F8E

Tints of Envy #889F8E

RGB

 RED value IS 136 (53.52% from 255) = 31.12%

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

 BLUE value IS 142 (55.86% from 255) = 32.49%

R = 31.12%
G = 36.38%
B = 32.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#889F8E (or 0x889F8E) is known color: Envy. HEX triplet: 88, 9F and 8E. RGB value is (136,159,142). Sum of RGB (Red+Green+Blue) = 136+159+142=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #889F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F8E is #776071. Grayscale: #969696. Windows color (decimal): -7823474 or 9346952. OLE color: 9346952.

HSL color Cylindrical-coordinate representation of color #889F8E: hue angle of 135.65º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889F8E is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 159 142 -
CMYK 0.14 0 0.11 0.38
HSL 135.65º 0.11% 0.58% -
HSV(B) 135.65º 0.14% 0.62% -
XYZ 27.43 31.98 30.32 -
YUV 150.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 136 159 142 0.14 0 0.11 0.38 135.65 0.11 0.58
Hex 88 9F 8E E 0 B 26 88 B 3A
Octal 210 237 216 16 0 13 46 210 13 72
Binary 10001000 10011111 10001110 1110 0 1011 100110 10001000 1011 111010

Color Harmonies of #889F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889F8E

Black with #889F8E

Text Example


Text Example

White with #889F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889F8E; }

 p { color: rgb(136,159,142); }

 H1.HeaderClassName
 {
   color: #889F8E;
 }
 .AnyTagClassName
 {
   color: #889F8E;
 }
</style>

background-color css

<style>
 a { background-color: #889F8E; }

 a { background-color: rgb(136,159,142); }

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

border-color css

<style>
 span { border-color: #889F8E; }

 span { border-color: rgb(136,159,142); }

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