Html Css Color HEX #899F8E Envy

📋 copy color: '#899F8E'

red 137 ◦ green 159 ◦ blue 142

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

Shades of Envy #899F8E

Tints of Envy #899F8E

RGB

 RED value IS 137 (53.91% from 255) = 31.28%

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

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

R = 31.28%
G = 36.3%
B = 32.42%

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

#899F8E (or 0x899F8E) is known color: Envy. HEX triplet: 89, 9F and 8E. RGB value is (137,159,142). Sum of RGB (Red+Green+Blue) = 137+159+142=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 159 - color contains mainly: green. Hex color #899F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F8E is #766071. Grayscale: #969696. Windows color (decimal): -7757938 or 9346953. OLE color: 9346953.

HSL color Cylindrical-coordinate representation of color #899F8E: hue angle of 133.64º degrees, saturation: 0.1, 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 #899F8E is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 159 142 -
CMYK 0.14 0 0.11 0.38
HSL 133.64º 0.1% 0.58% -
HSV(B) 133.64º 0.14% 0.62% -
XYZ 27.6 32.07 30.33 -
YUV 150.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 137 159 142 0.14 0 0.11 0.38 133.64 0.1 0.58
Hex 89 9F 8E E 0 B 26 86 A 3A
Octal 211 237 216 16 0 13 46 206 12 72
Binary 10001001 10011111 10001110 1110 0 1011 100110 10000110 1010 111010

Color Harmonies of #899F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899F8E

Black with #899F8E

Text Example


Text Example

White with #899F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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