#89937A

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

Shades of Sage #89937A

Tints of Sage #89937A

Color information

#89937A (or 0x89937A) is unknown color: approx Sage. HEX triplet: 89, 93 and 7A. RGB value is (137,147,122). Sum of RGB (Red+Green+Blue) = 137+147+122=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #89937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89937A is #766C85. Grayscale: #8D8D8D. Windows color (decimal): -7761030 or 8033161. OLE color: 8033161.

HSL color Cylindrical-coordinate representation of color #89937A: hue angle of 84º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89937A is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB137147122-
CMYK0.0700.170.42
HSL84º10.37%52.75%-
HSV(B)84º17.01%57.65%-
XYZ24.2627.5922.46-
YUV141.16117.19125.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=33.74%
G=36.21%
B=30.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471220.0700.170.428410.3752.75
Hex89937A70112A54a35
Octal2112231727021521241265
Binary1000100110010011111101011101000110101010101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89937A; }

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

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

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

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

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

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

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

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