#899174

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

Shades of Sage #899174

Tints of Sage #899174

Color information

#899174 (or 0x899174) is unknown color: approx Sage. HEX triplet: 89, 91 and 74. RGB value is (137,145,116). Sum of RGB (Red+Green+Blue) = 137+145+116=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #899174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899174 is #766E8B. Grayscale: #8B8B8B. Windows color (decimal): -7761548 or 7639433. OLE color: 7639433.

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

Color convert

RGB137145116-
CMYK0.0600.20.43
HSL76.55º11.65%51.18%-
HSV(B)76.55º20%56.86%-
XYZ23.5926.8320.46-
YUV139.3114.85126.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=34.42%
G=36.43%
B=29.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371451160.0600.20.4376.5511.6551.18
Hex89917460142B4dc33
Octal2112211646024531151463
Binary1000100110010001111010011001010010101110011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899174; }

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

 H1.HeaderClassName
 {
   color: #899174;
 }
 .AnyTagClassName
 {
   color: #899174;
 }
</style>
background-color css

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

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

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

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

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

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