Html Css Color HEX #899371 Sage

📋 copy color: '#899371'

red 137 ◦ green 147 ◦ blue 113

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

Shades of Sage #899371

Tints of Sage #899371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 34.51%
G = 37.03%
B = 28.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#899371 (or 0x899371) is known color: Sage. HEX triplet: 89, 93 and 71. RGB value is (137,147,113). Sum of RGB (Red+Green+Blue) = 137+147+113=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #899371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899371 is #766C8E. Grayscale: #8C8C8C. Windows color (decimal): -7761039 or 7443337. OLE color: 7443337.

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

Color convert

RGB 137 147 113 -
CMYK 0.07 0 0.23 0.42
HSL 77.65º 0.14% 0.51% -
HSV(B) 77.65º 0.23% 0.58% -
XYZ 23.73 27.38 19.66 -
YUV 140.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 137 147 113 0.07 0 0.23 0.42 77.65 0.14 0.51
Hex 89 93 71 7 0 17 2A 4E E 33
Octal 211 223 161 7 0 27 52 116 16 63
Binary 10001001 10010011 1110001 111 0 10111 101010 1001110 1110 110011

Color Harmonies of #899371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899371

Black with #899371

Text Example


Text Example

White with #899371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899371; }

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

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

background-color css

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

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

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

border-color css

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

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

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