Html Css Color HEX #899477 Sage

📋 copy color: '#899477'

red 137 ◦ green 148 ◦ blue 119

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

Shades of Sage #899477

Tints of Sage #899477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 33.91%
G = 36.63%
B = 29.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#899477 (or 0x899477) is known color: Sage. HEX triplet: 89, 94 and 77. RGB value is (137,148,119). Sum of RGB (Red+Green+Blue) = 137+148+119=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #899477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899477 is #766B88. Grayscale: #8D8D8D. Windows color (decimal): -7760777 or 7836809. OLE color: 7836809.

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

Color convert

RGB 137 148 119 -
CMYK 0.07 0 0.20 0.42
HSL 82.76º 0.12% 0.52% -
HSV(B) 82.76º 0.2% 0.58% -
XYZ 24.24 27.83 21.55 -
YUV 141.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 137 148 119 0.07 0 0.20 0.42 82.76 0.12 0.52
Hex 89 94 77 7 0 14 2A 53 C 34
Octal 211 224 167 7 0 24 52 123 14 64
Binary 10001001 10010100 1110111 111 0 10100 101010 1010011 1100 110100

Color Harmonies of #899477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899477

Black with #899477

Text Example


Text Example

White with #899477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899477; }

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

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

background-color css

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

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

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

border-color css

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

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

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