#8B9979

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

Shades of Sage #8B9979

Tints of Sage #8B9979

Color information

#8B9979 (or 0x8B9979) is unknown color: approx Sage. HEX triplet: 8B, 99 and 79. RGB value is (139,153,121). Sum of RGB (Red+Green+Blue) = 139+153+121=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9979 is #746686. Grayscale: #919191. Windows color (decimal): -7628423 or 7969163. OLE color: 7969163.

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

Color convert

RGB139153121-
CMYK0.0900.210.4
HSL86.25º13.56%53.73%-
HSV(B)86.25º20.92%60%-
XYZ25.4929.6522.47-
YUV145.17114.36123.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 121 (47.66% from 255) = 29.30%
R=33.66%
G=37.05%
B=29.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531210.0900.210.486.2513.5653.73
Hex8B997990152856e36
Octal21323117111025501261666
Binary10001011100110011111001100101010110100010101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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