#989B7B

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

Shades of Sage #989B7B

Tints of Sage #989B7B

Color information

#989B7B (or 0x989B7B) is unknown color: approx Sage. HEX triplet: 98, 9B and 7B. RGB value is (152,155,123). Sum of RGB (Red+Green+Blue) = 152+155+123=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #989B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B7B is #676484. Grayscale: #969696. Windows color (decimal): -6775941 or 8100760. OLE color: 8100760.

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

Color convert

RGB152155123-
CMYK0.0200.210.39
HSL65.62º13.79%54.51%-
HSV(B)65.62º20.65%60.78%-
XYZ28.2531.5523.34-
YUV150.45112.51129.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=35.35%
G=36.05%
B=28.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521551230.0200.210.3965.6213.7954.51
Hex989B7B20152742e37
Octal2302331732025471021667
Binary100110001001101111110111001010110011110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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