#989C75

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

Shades of Sage #989C75

Tints of Sage #989C75

Color information

#989C75 (or 0x989C75) is unknown color: approx Sage. HEX triplet: 98, 9C and 75. RGB value is (152,156,117). Sum of RGB (Red+Green+Blue) = 152+156+117=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #989C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C75 is #67638A. Grayscale: #969696. Windows color (decimal): -6775691 or 7707800. OLE color: 7707800.

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

Color convert

RGB152156117-
CMYK0.0300.250.39
HSL66.15º16.46%53.53%-
HSV(B)66.15º25%61.18%-
XYZ28.0531.7421.48-
YUV150.36109.17129.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=35.76%
G=36.71%
B=27.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521561170.0300.250.3966.1516.4653.53
Hex989C75301927421036
Octal2302341653031471022066
Binary1001100010011100111010111011001100111100001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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