#8D9B79

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

Shades of Sage #8D9B79

Tints of Sage #8D9B79

Color information

#8D9B79 (or 0x8D9B79) is unknown color: approx Sage. HEX triplet: 8D, 9B and 79. RGB value is (141,155,121). Sum of RGB (Red+Green+Blue) = 141+155+121=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B79 is #726486. Grayscale: #939393. Windows color (decimal): -7496839 or 7969677. OLE color: 7969677.

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

Color convert

RGB141155121-
CMYK0.0900.220.39
HSL84.71º14.53%54.12%-
HSV(B)84.71º21.94%60.78%-
XYZ26.1630.4922.59-
YUV146.94113.36123.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=33.81%
G=37.17%
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.39
SystemRedGreenBlueCMYKHSL
Decimal1411551210.0900.220.3984.7114.5354.12
Hex8D9B7990162755f36
Octal21523317111026471251766
Binary10001101100110111111001100101011010011110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,155,121); }

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

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

 a { background-color: rgb(141,155,121); }

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

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

 span { border-color: rgb(141,155,121); }

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