Html Css Color HEX #899175 Sage

📋 copy color: '#899175'

red 137 ◦ green 145 ◦ blue 117

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

Shades of Sage #899175

Tints of Sage #899175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.34%

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

R = 34.34%
G = 36.34%
B = 29.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#899175 (or 0x899175) is known color: Sage. HEX triplet: 89, 91 and 75. RGB value is (137,145,117). Sum of RGB (Red+Green+Blue) = 137+145+117=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #899175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899175 is #766E8A. Grayscale: #8B8B8B. Windows color (decimal): -7761547 or 7704969. OLE color: 7704969.

HSL color Cylindrical-coordinate representation of color #899175: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899175 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 145 117 -
CMYK 0.06 0 0.19 0.43
HSL 77.14º 0.11% 0.51% -
HSV(B) 77.14º 0.19% 0.57% -
XYZ 23.65 26.85 20.77 -
YUV 139.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 137 145 117 0.06 0 0.19 0.43 77.14 0.11 0.51
Hex 89 91 75 6 0 13 2B 4D B 33
Octal 211 221 165 6 0 23 53 115 13 63
Binary 10001001 10010001 1110101 110 0 10011 101011 1001101 1011 110011

Color Harmonies of #899175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899175

Black with #899175

Text Example


Text Example

White with #899175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899175; }

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

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

background-color css

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

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

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

border-color css

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

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

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