#8B9778

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

Shades of Sage #8B9778

Tints of Sage #8B9778

Color information

#8B9778 (or 0x8B9778) is unknown color: approx Sage. HEX triplet: 8B, 97 and 78. RGB value is (139,151,120). Sum of RGB (Red+Green+Blue) = 139+151+120=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9778 is #746887. Grayscale: #8F8F8F. Windows color (decimal): -7628936 or 7903115. OLE color: 7903115.

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

Color convert

RGB139151120-
CMYK0.0800.210.41
HSL83.23º12.97%53.14%-
HSV(B)83.23º20.53%59.22%-
XYZ25.128.9822.04-
YUV143.88114.52124.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=33.90%
G=36.83%
B=29.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391511200.0800.210.4183.2312.9753.14
Hex8B977880152953d35
Octal21322717010025511231565
Binary10001011100101111111000100001010110100110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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