#899175

Color #899175 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #899175

Tints of Sage #899175

Color information

#899175 (or 0x899175) is unknown color: approx 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

RGB137145117-
CMYK0.0600.190.43
HSL77.14º11.29%51.37%-
HSV(B)77.14º19.31%56.86%-
XYZ23.6526.8520.77-
YUV139.42115.35126.28-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371451170.0600.190.4377.1411.2951.37
Hex89917560132B4db33
Octal2112211656023531151363
Binary1000100110010001111010111001001110101110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>