#8D9B7C

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

Shades of Sage #8D9B7C

Tints of Sage #8D9B7C

Color information

#8D9B7C (or 0x8D9B7C) is unknown color: approx Sage. HEX triplet: 8D, 9B and 7C. RGB value is (141,155,124). Sum of RGB (Red+Green+Blue) = 141+155+124=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B7C is #726483. Grayscale: #939393. Windows color (decimal): -7496836 or 8166285. OLE color: 8166285.

HSL color Cylindrical-coordinate representation of color #8D9B7C: hue angle of 87.1º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D9B7C is Cyan = 0.09, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB141155124-
CMYK0.0900.20.39
HSL87.1º13.42%54.71%-
HSV(B)87.1º20%60.78%-
XYZ26.3430.5623.58-
YUV147.28114.86123.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=33.57%
G=36.90%
B=29.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411551240.0900.20.3987.113.4254.71
Hex8D9B7C90142757d37
Octal21523317411024471271567
Binary10001101100110111111100100101010010011110101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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