Html Css Color HEX #899177 Sage

📋 copy color: '#899177'

red 137 ◦ green 145 ◦ blue 119

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

Shades of Sage #899177

Tints of Sage #899177

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 value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#899177 (or 0x899177) is known color: 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

RGB 137 145 119 -
CMYK 0.06 0 0.18 0.43
HSL 78.46º 0.11% 0.52% -
HSV(B) 78.46º 0.18% 0.57% -
XYZ 23.77 26.9 21.39 -
YUV 139.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 137 145 119 0.06 0 0.18 0.43 78.46 0.11 0.52
Hex 89 91 77 6 0 12 2B 4E B 34
Octal 211 221 167 6 0 22 53 116 13 64
Binary 10001001 10010001 1110111 110 0 10010 101011 1001110 1011 110100

Color Harmonies of #899177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899177

Black with #899177

Text Example


Text Example

White with #899177

Text Example


Text Example

HTML Codes & Css Web 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>