#8D977C

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

Shades of Sage #8D977C

Tints of Sage #8D977C

Color information

#8D977C (or 0x8D977C) is unknown color: approx Sage. HEX triplet: 8D, 97 and 7C. RGB value is (141,151,124). Sum of RGB (Red+Green+Blue) = 141+151+124=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #8D977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D977C is #726883. Grayscale: #919191. Windows color (decimal): -7497860 or 8165261. OLE color: 8165261.

HSL color Cylindrical-coordinate representation of color #8D977C: hue angle of 82.22º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D977C is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB141151124-
CMYK0.0700.180.41
HSL82.22º11.49%53.92%-
HSV(B)82.22º17.88%59.22%-
XYZ25.6929.2523.36-
YUV144.93116.19125.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.89%
GREEN value IS 151 (59.38% from 255) = 36.30%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=33.89%
G=36.30%
B=29.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411511240.0700.180.4182.2211.4953.92
Hex8D977C70122952b36
Octal2152271747022511221366
Binary1000110110010111111110011101001010100110100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,151,124); }

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

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

 a { background-color: rgb(141,151,124); }

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

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

 span { border-color: rgb(141,151,124); }

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