#8B9877

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

Shades of Sage #8B9877

Tints of Sage #8B9877

Color information

#8B9877 (or 0x8B9877) is unknown color: approx Sage. HEX triplet: 8B, 98 and 77. RGB value is (139,152,119). Sum of RGB (Red+Green+Blue) = 139+152+119=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9877 is #746788. Grayscale: #909090. Windows color (decimal): -7628681 or 7837835. OLE color: 7837835.

HSL color Cylindrical-coordinate representation of color #8B9877: hue angle of 83.64º 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 #8B9877 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB139152119-
CMYK0.0900.220.40
HSL83.64º13.81%53.14%-
HSV(B)83.64º21.71%59.61%-
XYZ25.2129.2821.78-
YUV144.35113.69124.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.90%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=33.90%
G=37.07%
B=29.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391521190.0900.220.4083.6413.8153.14
Hex8B987790162854e35
Octal21323016711026501241665
Binary10001011100110001110111100101011010100010101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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