#8B9977

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

Shades of Sage #8B9977

Tints of Sage #8B9977

Color information

#8B9977 (or 0x8B9977) is unknown color: approx Sage. HEX triplet: 8B, 99 and 77. RGB value is (139,153,119). Sum of RGB (Red+Green+Blue) = 139+153+119=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9977 is #746688. Grayscale: #919191. Windows color (decimal): -7628425 or 7838091. OLE color: 7838091.

HSL color Cylindrical-coordinate representation of color #8B9977: hue angle of 84.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B9977 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB139153119-
CMYK0.0900.220.4
HSL84.71º14.29%53.33%-
HSV(B)84.71º22.22%60%-
XYZ25.3729.621.83-
YUV144.94113.36123.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=33.82%
G=37.23%
B=28.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531190.0900.220.484.7114.2953.33
Hex8B997790162855e35
Octal21323116711026501251665
Binary10001011100110011110111100101011010100010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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