#899373

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

Shades of Sage #899373

Tints of Sage #899373

Color information

#899373 (or 0x899373) is unknown color: approx Sage. HEX triplet: 89, 93 and 73. RGB value is (137,147,115). Sum of RGB (Red+Green+Blue) = 137+147+115=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #899373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899373 is #766C8C. Grayscale: #8C8C8C. Windows color (decimal): -7761037 or 7574409. OLE color: 7574409.

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

Color convert

RGB137147115-
CMYK0.0700.220.42
HSL78.75º12.9%51.37%-
HSV(B)78.75º21.77%57.65%-
XYZ23.8427.4220.26-
YUV140.36113.69125.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 115 (45.31% from 255) = 28.82%
R=34.34%
G=36.84%
B=28.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471150.0700.220.4278.7512.951.37
Hex89937370162A4fd33
Octal2112231637026521171563
Binary1000100110010011111001111101011010101010011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899373; }

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

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

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

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

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

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

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

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