#989C7A

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

Shades of Sage #989C7A

Tints of Sage #989C7A

Color information

#989C7A (or 0x989C7A) is unknown color: approx Sage. HEX triplet: 98, 9C and 7A. RGB value is (152,156,122). Sum of RGB (Red+Green+Blue) = 152+156+122=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #989C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C7A is #676385. Grayscale: #979797. Windows color (decimal): -6775686 or 8035480. OLE color: 8035480.

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

Color convert

RGB152156122-
CMYK0.0300.220.39
HSL67.06º14.66%54.51%-
HSV(B)67.06º21.79%61.18%-
XYZ28.3531.8623.07-
YUV150.93111.67128.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=35.35%
G=36.28%
B=28.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521561220.0300.220.3967.0614.6654.51
Hex989C7A30162743f37
Octal2302341723026471031767
Binary100110001001110011110101101011010011110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,156,122); }

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

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

 a { background-color: rgb(152,156,122); }

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

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

 span { border-color: rgb(152,156,122); }

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