#989C79

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

Shades of Sage #989C79

Tints of Sage #989C79

Color information

#989C79 (or 0x989C79) is unknown color: approx Sage. HEX triplet: 98, 9C and 79. RGB value is (152,156,121). Sum of RGB (Red+Green+Blue) = 152+156+121=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #989C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C79 is #676386. Grayscale: #969696. Windows color (decimal): -6775687 or 7969944. OLE color: 7969944.

HSL color Cylindrical-coordinate representation of color #989C79: hue angle of 66.86º 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 #989C79 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB152156121-
CMYK0.0300.220.39
HSL66.86º15.02%54.31%-
HSV(B)66.86º22.44%61.18%-
XYZ28.2931.8322.74-
YUV150.81111.17128.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=35.43%
G=36.36%
B=28.21%

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
Decimal1521561210.0300.220.3966.8615.0254.31
Hex989C7930162743f36
Octal2302341713026471031766
Binary100110001001110011110011101011010011110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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