#8D957C

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

Shades of Sage #8D957C

Tints of Sage #8D957C

Color information

#8D957C (or 0x8D957C) is unknown color: approx Sage. HEX triplet: 8D, 95 and 7C. RGB value is (141,149,124). Sum of RGB (Red+Green+Blue) = 141+149+124=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #8D957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D957C is #726A83. Grayscale: #8F8F8F. Windows color (decimal): -7498372 or 8164749. OLE color: 8164749.

HSL color Cylindrical-coordinate representation of color #8D957C: hue angle of 79.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D957C is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB141149124-
CMYK0.0500.170.42
HSL79.2º10.55%53.53%-
HSV(B)79.2º16.78%58.43%-
XYZ25.3728.6123.25-
YUV143.76116.85126.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=34.06%
G=35.99%
B=29.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411491240.0500.170.4279.210.5553.53
Hex8D957C50112A4fb36
Octal2152251745021521171366
Binary1000110110010101111110010101000110101010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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