#899177

Color #899177 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #899177

Tints of Sage #899177

Color information

#899177 (or 0x899177) is unknown color: approx Sage. HEX triplet: 89, 91 and 77. RGB value is (137,145,119). Sum of RGB (Red+Green+Blue) = 137+145+119=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #899177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899177 is #766E88. Grayscale: #8B8B8B. Windows color (decimal): -7761545 or 7836041. OLE color: 7836041.

HSL color Cylindrical-coordinate representation of color #899177: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #899177 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB137145119-
CMYK0.0600.180.43
HSL78.46º10.57%51.76%-
HSV(B)78.46º17.93%56.86%-
XYZ23.7726.921.39-
YUV139.64116.35126.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=34.16%
G=36.16%
B=29.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371451190.0600.180.4378.4610.5751.76
Hex89917760122B4eb34
Octal2112211676022531161364
Binary1000100110010001111011111001001010101110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899177; }

 p { color: rgb(137,145,119); }

 H1.HeaderClassName
 {
   color: #899177;
 }
 .AnyTagClassName
 {
   color: #899177;
 }
</style>
background-color css

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

 a { background-color: rgb(137,145,119); }

 div.DivClassName
 {
   background-color: #899177;
 }
 .BgClassName
 {
   background-color: #899177;
 }
</style>
border-color css

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

 span { border-color: rgb(137,145,119); }

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