Html Css Color HEX #899377 Sage

📋 copy color: '#899377'

red 137 ◦ green 147 ◦ blue 119

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

Shades of Sage #899377

Tints of Sage #899377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 34%
G = 36.48%
B = 29.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#899377 (or 0x899377) is known color: Sage. HEX triplet: 89, 93 and 77. RGB value is (137,147,119). Sum of RGB (Red+Green+Blue) = 137+147+119=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #899377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899377 is #766C88. Grayscale: #8C8C8C. Windows color (decimal): -7761033 or 7836553. OLE color: 7836553.

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

Color convert

RGB 137 147 119 -
CMYK 0.07 0 0.19 0.42
HSL 81.43º 0.11% 0.52% -
HSV(B) 81.43º 0.19% 0.58% -
XYZ 24.08 27.52 21.5 -
YUV 140.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 137 147 119 0.07 0 0.19 0.42 81.43 0.11 0.52
Hex 89 93 77 7 0 13 2A 51 B 34
Octal 211 223 167 7 0 23 52 121 13 64
Binary 10001001 10010011 1110111 111 0 10011 101010 1010001 1011 110100

Color Harmonies of #899377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899377

Black with #899377

Text Example


Text Example

White with #899377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899377; }

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

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

background-color css

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

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

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

border-color css

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

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

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