#8D937A

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

Shades of Sage #8D937A

Tints of Sage #8D937A

Color information

#8D937A (or 0x8D937A) is unknown color: approx Sage. HEX triplet: 8D, 93 and 7A. RGB value is (141,147,122). Sum of RGB (Red+Green+Blue) = 141+147+122=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #8D937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D937A is #726C85. Grayscale: #8E8E8E. Windows color (decimal): -7498886 or 8033165. OLE color: 8033165.

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

Color convert

RGB141147122-
CMYK0.0400.170.42
HSL74.4º10.37%52.75%-
HSV(B)74.4º17.01%57.65%-
XYZ24.9327.9422.49-
YUV142.36116.51127.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=34.39%
G=35.85%
B=29.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471220.0400.170.4274.410.3752.75
Hex8D937A40112A4aa35
Octal2152231724021521121265
Binary1000110110010011111101010001000110101010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,122); }

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

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

 a { background-color: rgb(141,147,122); }

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

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

 span { border-color: rgb(141,147,122); }

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