#8B957C

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

Shades of Sage #8B957C

Tints of Sage #8B957C

Color information

#8B957C (or 0x8B957C) is unknown color: approx Sage. HEX triplet: 8B, 95 and 7C. RGB value is (139,149,124). Sum of RGB (Red+Green+Blue) = 139+149+124=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #8B957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B957C is #746A83. Grayscale: #8F8F8F. Windows color (decimal): -7629444 or 8164747. OLE color: 8164747.

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

Color convert

RGB139149124-
CMYK0.0700.170.42
HSL84º10.55%53.53%-
HSV(B)84º16.78%58.43%-
XYZ25.0328.4423.24-
YUV143.16117.19125.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=33.74%
G=36.17%
B=30.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391491240.0700.170.428410.5553.53
Hex8B957C70112A54b36
Octal2132251747021521241366
Binary1000101110010101111110011101000110101010101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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