#89917A

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

Shades of Sage #89917A

Tints of Sage #89917A

Color information

#89917A (or 0x89917A) is unknown color: approx Sage. HEX triplet: 89, 91 and 7A. RGB value is (137,145,122). Sum of RGB (Red+Green+Blue) = 137+145+122=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #89917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89917A is #766E85. Grayscale: #8C8C8C. Windows color (decimal): -7761542 or 8032649. OLE color: 8032649.

HSL color Cylindrical-coordinate representation of color #89917A: hue angle of 80.87º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89917A is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB137145122-
CMYK0.0600.160.43
HSL80.87º9.47%52.35%-
HSV(B)80.87º15.86%56.86%-
XYZ23.9526.9722.36-
YUV139.99117.85125.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=33.91%
G=35.89%
B=30.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371451220.0600.160.4380.879.4752.35
Hex89917A60102B51934
Octal2112211726020531211164
Binary1000100110010001111101011001000010101110100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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