#989B79

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

Shades of Sage #989B79

Tints of Sage #989B79

Color information

#989B79 (or 0x989B79) is unknown color: approx Sage. HEX triplet: 98, 9B and 79. RGB value is (152,155,121). Sum of RGB (Red+Green+Blue) = 152+155+121=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #989B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B79 is #676486. Grayscale: #969696. Windows color (decimal): -6775943 or 7969688. OLE color: 7969688.

HSL color Cylindrical-coordinate representation of color #989B79: hue angle of 65.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #989B79 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB152155121-
CMYK0.0200.220.39
HSL65.29º14.53%54.12%-
HSV(B)65.29º21.94%60.78%-
XYZ28.1231.522.69-
YUV150.23111.51129.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=35.51%
G=36.21%
B=28.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551210.0200.220.3965.2914.5354.12
Hex989B7920162741f36
Octal2302331712026471011766
Binary100110001001101111110011001011010011110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989B79; }

 p { color: rgb(152,155,121); }

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

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

 a { background-color: rgb(152,155,121); }

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

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

 span { border-color: rgb(152,155,121); }

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