Html Css Color HEX #899577 Sage

📋 copy color: '#899577'

red 137 ◦ green 149 ◦ blue 119

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

Shades of Sage #899577

Tints of Sage #899577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 119 (46.88% from 255) = 29.38%

R = 33.83%
G = 36.79%
B = 29.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#899577 (or 0x899577) is known color: Sage. HEX triplet: 89, 95 and 77. RGB value is (137,149,119). Sum of RGB (Red+Green+Blue) = 137+149+119=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #899577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899577 is #766A88. Grayscale: #8E8E8E. Windows color (decimal): -7760521 or 7837065. OLE color: 7837065.

HSL color Cylindrical-coordinate representation of color #899577: hue angle of 84º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899577 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 119 -
CMYK 0.08 0 0.20 0.42
HSL 84º 0.12% 0.53% -
HSV(B) 84º 0.2% 0.58% -
XYZ 24.39 28.15 21.6 -
YUV 141.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 137 149 119 0.08 0 0.20 0.42 84 0.12 0.53
Hex 89 95 77 8 0 14 2A 54 C 35
Octal 211 225 167 10 0 24 52 124 14 65
Binary 10001001 10010101 1110111 1000 0 10100 101010 1010100 1100 110101

Color Harmonies of #899577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899577

Black with #899577

Text Example


Text Example

White with #899577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899577; }

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

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

background-color css

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

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

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

border-color css

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

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

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