#8B937C

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

Shades of Sage #8B937C

Tints of Sage #8B937C

Color information

#8B937C (or 0x8B937C) is unknown color: approx Sage. HEX triplet: 8B, 93 and 7C. RGB value is (139,147,124). Sum of RGB (Red+Green+Blue) = 139+147+124=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 147 - color contains mainly: green. Hex color #8B937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B937C is #746C83. Grayscale: #8E8E8E. Windows color (decimal): -7629956 or 8164235. OLE color: 8164235.

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

Color convert

RGB139147124-
CMYK0.0500.160.42
HSL80.87º9.62%53.14%-
HSV(B)80.87º15.65%57.65%-
XYZ24.7227.8123.13-
YUV141.99117.85125.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=33.90%
G=35.85%
B=30.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471240.0500.160.4280.879.6253.14
Hex8B937C50102A51a35
Octal2132231745020521211265
Binary1000101110010011111110010101000010101010100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,124); }

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

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

 a { background-color: rgb(139,147,124); }

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

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

 span { border-color: rgb(139,147,124); }

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