#8B967C

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

Shades of Sage #8B967C

Tints of Sage #8B967C

Color information

#8B967C (or 0x8B967C) is unknown color: approx Sage. HEX triplet: 8B, 96 and 7C. RGB value is (139,150,124). Sum of RGB (Red+Green+Blue) = 139+150+124=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #8B967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B967C is #746983. Grayscale: #8F8F8F. Windows color (decimal): -7629188 or 8165003. OLE color: 8165003.

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

Color convert

RGB139150124-
CMYK0.0700.170.41
HSL85.38º11.02%53.73%-
HSV(B)85.38º17.33%58.82%-
XYZ25.1928.7623.29-
YUV143.75116.86124.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=33.66%
G=36.32%
B=30.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391501240.0700.170.4185.3811.0253.73
Hex8B967C70112955b36
Octal2132261747021511251366
Binary1000101110010110111110011101000110100110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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