#8D9A7C

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

Shades of Sage #8D9A7C

Tints of Sage #8D9A7C

Color information

#8D9A7C (or 0x8D9A7C) is unknown color: approx Sage. HEX triplet: 8D, 9A and 7C. RGB value is (141,154,124). Sum of RGB (Red+Green+Blue) = 141+154+124=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9A7C is #726583. Grayscale: #929292. Windows color (decimal): -7497092 or 8166029. OLE color: 8166029.

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

Color convert

RGB141154124-
CMYK0.0800.190.40
HSL86º12.93%54.51%-
HSV(B)86º19.48%60.39%-
XYZ26.1830.2323.52-
YUV146.69115.19123.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=33.65%
G=36.75%
B=29.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411541240.0800.190.408612.9354.51
Hex8D9A7C80132856d37
Octal21523217410023501261567
Binary10001101100110101111100100001001110100010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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