#8B9380

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

Shades of Sage #8B9380

Tints of Sage #8B9380

Color information

#8B9380 (or 0x8B9380) is unknown color: approx Sage. HEX triplet: 8B, 93 and 80. RGB value is (139,147,128). Sum of RGB (Red+Green+Blue) = 139+147+128=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9380 is #746C7F. Grayscale: #8E8E8E. Windows color (decimal): -7629952 or 8426379. OLE color: 8426379.

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

Color convert

RGB139147128-
CMYK0.0500.130.42
HSL85.26º8.09%53.92%-
HSV(B)85.26º12.93%57.65%-
XYZ24.9827.9124.49-
YUV142.44119.85125.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.57%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=33.57%
G=35.51%
B=30.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471280.0500.130.4285.268.0953.92
Hex8B938050D2A55836
Octal2132232005015521251066
Binary1000101110010011100000001010110110101010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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