Html Css Color HEX #809F89 Envy

📋 copy color: '#809F89'

red 128 ◦ green 159 ◦ blue 137

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

Shades of Envy #809F89

Tints of Envy #809F89

RGB

 RED value IS 128 (50.39% from 255) = 30.19%

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

 BLUE value IS 137 (53.91% from 255) = 32.31%

R = 30.19%
G = 37.5%
B = 32.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#809F89 (or 0x809F89) is known color: Envy. HEX triplet: 80, 9F and 89. RGB value is (128,159,137). Sum of RGB (Red+Green+Blue) = 128+159+137=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #809F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809F89 is #7F6076. Grayscale: #939393. Windows color (decimal): -8347767 or 9019264. OLE color: 9019264.

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

Color convert

RGB 128 159 137 -
CMYK 0.19 0 0.14 0.38
HSL 137.42º 0.14% 0.56% -
HSV(B) 137.42º 0.19% 0.62% -
XYZ 25.82 31.19 28.33 -
YUV 147.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 128 159 137 0.19 0 0.14 0.38 137.42 0.14 0.56
Hex 80 9F 89 13 0 E 26 89 E 38
Octal 200 237 211 23 0 16 46 211 16 70
Binary 10000000 10011111 10001001 10011 0 1110 100110 10001001 1110 111000

Color Harmonies of #809F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809F89

Black with #809F89

Text Example


Text Example

White with #809F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809F89; }

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

 H1.HeaderClassName
 {
   color: #809F89;
 }
 .AnyTagClassName
 {
   color: #809F89;
 }
</style>

background-color css

<style>
 a { background-color: #809F89; }

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

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

border-color css

<style>
 span { border-color: #809F89; }

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

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