#8D9D73

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

Shades of Sage #8D9D73

Tints of Sage #8D9D73

Color information

#8D9D73 (or 0x8D9D73) is unknown color: approx Sage. HEX triplet: 8D, 9D and 73. RGB value is (141,157,115). Sum of RGB (Red+Green+Blue) = 141+157+115=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9D73 is #72628C. Grayscale: #939393. Windows color (decimal): -7496333 or 7576973. OLE color: 7576973.

HSL color Cylindrical-coordinate representation of color #8D9D73: hue angle of 82.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D9D73 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB141157115-
CMYK0.1000.270.38
HSL82.86º17.65%53.33%-
HSV(B)82.86º26.75%61.57%-
XYZ26.1431.0120.83-
YUV147.43109.7123.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 157 (61.72% from 255) = 38.01%
BLUE value IS 115 (45.31% from 255) = 27.85%
R=34.14%
G=38.01%
B=27.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411571150.1000.270.3882.8617.6553.33
Hex8D9D73A01B26531235
Octal21523516312033461232265
Binary100011011001110111100111010011011100110101001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,157,115); }

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

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

 a { background-color: rgb(141,157,115); }

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

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

 span { border-color: rgb(141,157,115); }

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