#8B976E

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

Shades of Sage #8B976E

Tints of Sage #8B976E

Color information

#8B976E (or 0x8B976E) is unknown color: approx Sage. HEX triplet: 8B, 97 and 6E. RGB value is (139,151,110). Sum of RGB (Red+Green+Blue) = 139+151+110=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #8B976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B976E is #746891. Grayscale: #8E8E8E. Windows color (decimal): -7628946 or 7247755. OLE color: 7247755.

HSL color Cylindrical-coordinate representation of color #8B976E: hue angle of 77.56º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B976E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB139151110-
CMYK0.0800.270.41
HSL77.56º16.47%51.18%-
HSV(B)77.56º27.15%59.22%-
XYZ24.5328.7519.01-
YUV142.74109.52125.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 151 (59.38% from 255) = 37.75%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=34.75%
G=37.75%
B=27.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391511100.0800.270.4177.5616.4751.18
Hex8B976E801B294e1033
Octal21322715610033511162063
Binary100010111001011111011101000011011101001100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,151,110); }

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

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

 a { background-color: rgb(139,151,110); }

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

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

 span { border-color: rgb(139,151,110); }

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