#8B9377

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

Shades of Sage #8B9377

Tints of Sage #8B9377

Color information

#8B9377 (or 0x8B9377) is unknown color: approx Sage. HEX triplet: 8B, 93 and 77. RGB value is (139,147,119). Sum of RGB (Red+Green+Blue) = 139+147+119=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9377 is #746C88. Grayscale: #8D8D8D. Windows color (decimal): -7629961 or 7836555. OLE color: 7836555.

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

Color convert

RGB139147119-
CMYK0.0500.190.42
HSL77.14º11.48%52.16%-
HSV(B)77.14º19.05%57.65%-
XYZ24.4127.6921.51-
YUV141.42115.35126.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.32%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=34.32%
G=36.30%
B=29.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471190.0500.190.4277.1411.4852.16
Hex8B937750132A4db34
Octal2132231675023521151364
Binary1000101110010011111011110101001110101010011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,119); }

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

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

 a { background-color: rgb(139,147,119); }

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

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

 span { border-color: rgb(139,147,119); }

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