#89966E

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

Shades of Sage #89966E

Tints of Sage #89966E

Color information

#89966E (or 0x89966E) is unknown color: approx Sage. HEX triplet: 89, 96 and 6E. RGB value is (137,150,110). Sum of RGB (Red+Green+Blue) = 137+150+110=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #89966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89966E is #766991. Grayscale: #8D8D8D. Windows color (decimal): -7760274 or 7247497. OLE color: 7247497.

HSL color Cylindrical-coordinate representation of color #89966E: hue angle of 79.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89966E is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB137150110-
CMYK0.0900.270.41
HSL79.5º16%50.98%-
HSV(B)79.5º26.67%58.82%-
XYZ24.0428.2618.94-
YUV141.55110.19124.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.51%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=34.51%
G=37.78%
B=27.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371501100.0900.270.4179.51650.98
Hex89966E901B294f1033
Octal21122615611033511172063
Binary100010011001011011011101001011011101001100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89966E; }

 p { color: rgb(137,150,110); }

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

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

 a { background-color: rgb(137,150,110); }

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

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

 span { border-color: rgb(137,150,110); }

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