Html Css Color HEX #899375 Sage

📋 copy color: '#899375'

red 137 ◦ green 147 ◦ blue 117

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

Shades of Sage #899375

Tints of Sage #899375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 34.16%
G = 36.66%
B = 29.18%

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

#899375 (or 0x899375) is known color: Sage. HEX triplet: 89, 93 and 75. RGB value is (137,147,117). Sum of RGB (Red+Green+Blue) = 137+147+117=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #899375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899375 is #766C8A. Grayscale: #8C8C8C. Windows color (decimal): -7761035 or 7705481. OLE color: 7705481.

HSL color Cylindrical-coordinate representation of color #899375: hue angle of 80º 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 #899375 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 117 -
CMYK 0.07 0 0.20 0.42
HSL 80º 0.12% 0.52% -
HSV(B) 80º 0.2% 0.58% -
XYZ 23.96 27.47 20.87 -
YUV 140.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 137 147 117 0.07 0 0.20 0.42 80 0.12 0.52
Hex 89 93 75 7 0 14 2A 50 C 34
Octal 211 223 165 7 0 24 52 120 14 64
Binary 10001001 10010011 1110101 111 0 10100 101010 1010000 1100 110100

Color Harmonies of #899375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899375

Black with #899375

Text Example


Text Example

White with #899375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899375; }

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

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

background-color css

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

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

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

border-color css

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

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

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