#8B9479

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

Shades of Sage #8B9479

Tints of Sage #8B9479

Color information

#8B9479 (or 0x8B9479) is unknown color: approx Sage. HEX triplet: 8B, 94 and 79. RGB value is (139,148,121). Sum of RGB (Red+Green+Blue) = 139+148+121=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9479 is #746B86. Grayscale: #8E8E8E. Windows color (decimal): -7629703 or 7967883. OLE color: 7967883.

HSL color Cylindrical-coordinate representation of color #8B9479: hue angle of 80º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B9479 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB139148121-
CMYK0.0600.180.42
HSL80º11.2%52.75%-
HSV(B)80º18.24%58.04%-
XYZ24.6928.0522.2-
YUV142.23116.02125.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.07%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=34.07%
G=36.27%
B=29.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391481210.0600.180.428011.252.75
Hex8B947960122A50b35
Octal2132241716022521201365
Binary1000101110010100111100111001001010101010100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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