#8B9473

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

Shades of Sage #8B9473

Tints of Sage #8B9473

Color information

#8B9473 (or 0x8B9473) is unknown color: approx Sage. HEX triplet: 8B, 94 and 73. RGB value is (139,148,115). Sum of RGB (Red+Green+Blue) = 139+148+115=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9473 is #746B8C. Grayscale: #8D8D8D. Windows color (decimal): -7629709 or 7574667. OLE color: 7574667.

HSL color Cylindrical-coordinate representation of color #8B9473: hue angle of 76.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B9473 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB139148115-
CMYK0.0600.220.42
HSL76.36º13.36%51.57%-
HSV(B)76.36º22.3%58.04%-
XYZ24.3327.9120.32-
YUV141.55113.02126.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=34.58%
G=36.82%
B=28.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391481150.0600.220.4276.3613.3651.57
Hex8B947360162A4cd34
Octal2132241636026521141564
Binary1000101110010100111001111001011010101010011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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