#989C74

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

Shades of Sage #989C74

Tints of Sage #989C74

Color information

#989C74 (or 0x989C74) is unknown color: approx Sage. HEX triplet: 98, 9C and 74. RGB value is (152,156,116). Sum of RGB (Red+Green+Blue) = 152+156+116=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #989C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C74 is #67638B. Grayscale: #969696. Windows color (decimal): -6775692 or 7642264. OLE color: 7642264.

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

Color convert

RGB152156116-
CMYK0.0300.260.39
HSL66º16.81%53.33%-
HSV(B)66º25.64%61.18%-
XYZ27.9931.7121.17-
YUV150.24108.67129.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=35.85%
G=36.79%
B=27.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521561160.0300.260.396616.8153.33
Hex989C74301A27421135
Octal2302341643032471022165
Binary1001100010011100111010011011010100111100001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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