#8B947C

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

Shades of Sage #8B947C

Tints of Sage #8B947C

Color information

#8B947C (or 0x8B947C) is unknown color: approx Sage. HEX triplet: 8B, 94 and 7C. RGB value is (139,148,124). Sum of RGB (Red+Green+Blue) = 139+148+124=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #8B947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B947C is #746B83. Grayscale: #8E8E8E. Windows color (decimal): -7629700 or 8164491. OLE color: 8164491.

HSL color Cylindrical-coordinate representation of color #8B947C: hue angle of 82.5º 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 #8B947C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB139148124-
CMYK0.0600.160.42
HSL82.5º10.08%53.33%-
HSV(B)82.5º16.22%58.04%-
XYZ24.8828.1223.19-
YUV142.57117.52125.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=33.82%
G=36.01%
B=30.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391481240.0600.160.4282.510.0853.33
Hex8B947C60102A52a35
Octal2132241746020521221265
Binary1000101110010100111110011001000010101010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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