#8D997D

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

Shades of Sage #8D997D

Tints of Sage #8D997D

Color information

#8D997D (or 0x8D997D) is unknown color: approx Sage. HEX triplet: 8D, 99 and 7D. RGB value is (141,153,125). Sum of RGB (Red+Green+Blue) = 141+153+125=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #8D997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D997D is #726682. Grayscale: #929292. Windows color (decimal): -7497347 or 8231309. OLE color: 8231309.

HSL color Cylindrical-coordinate representation of color #8D997D: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D997D is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB141153125-
CMYK0.0800.180.4
HSL85.71º12.07%54.51%-
HSV(B)85.71º18.3%60%-
XYZ26.0829.9323.8-
YUV146.22116.02124.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=33.65%
G=36.52%
B=29.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411531250.0800.180.485.7112.0754.51
Hex8D997D80122856c37
Octal21523117510022501261467
Binary10001101100110011111101100001001010100010101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D997D; }

 p { color: rgb(141,153,125); }

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

<style>
 a { background-color: #8D997D; }

 a { background-color: rgb(141,153,125); }

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

<style>
 span { border-color: #8D997D; }

 span { border-color: rgb(141,153,125); }

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