#8B917C

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

Shades of Sage #8B917C

Tints of Sage #8B917C

Color information

#8B917C (or 0x8B917C) is unknown color: approx Sage. HEX triplet: 8B, 91 and 7C. RGB value is (139,145,124). Sum of RGB (Red+Green+Blue) = 139+145+124=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #8B917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B917C is #746E83. Grayscale: #8C8C8C. Windows color (decimal): -7630468 or 8163723. OLE color: 8163723.

HSL color Cylindrical-coordinate representation of color #8B917C: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B917C is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB139145124-
CMYK0.0400.140.43
HSL77.14º8.71%52.75%-
HSV(B)77.14º14.48%56.86%-
XYZ24.4127.223.03-
YUV140.81118.51126.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=34.07%
G=35.54%
B=30.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391451240.0400.140.4377.148.7152.75
Hex8B917C40E2B4d935
Octal2132211744016531151165
Binary100010111001000111111001000111010101110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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