#89907C

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

Shades of Sage #89907C

Tints of Sage #89907C

Color information

#89907C (or 0x89907C) is unknown color: approx Sage. HEX triplet: 89, 90 and 7C. RGB value is (137,144,124). Sum of RGB (Red+Green+Blue) = 137+144+124=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #89907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89907C is #766F83. Grayscale: #8B8B8B. Windows color (decimal): -7761796 or 8163465. OLE color: 8163465.

HSL color Cylindrical-coordinate representation of color #89907C: hue angle of 81º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89907C is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB137144124-
CMYK0.0500.140.44
HSL81º8.26%52.55%-
HSV(B)81º13.89%56.47%-
XYZ23.9326.7222.97-
YUV139.63119.18126.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=33.83%
G=35.56%
B=30.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441240.0500.140.44818.2652.55
Hex89907C50E2C51835
Octal2112201745016541211065
Binary100010011001000011111001010111010110010100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89907C; }

 p { color: rgb(137,144,124); }

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

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

 a { background-color: rgb(137,144,124); }

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

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

 span { border-color: rgb(137,144,124); }

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