#8D9F78

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

Shades of Sage #8D9F78

Tints of Sage #8D9F78

Color information

#8D9F78 (or 0x8D9F78) is unknown color: approx Sage. HEX triplet: 8D, 9F and 78. RGB value is (141,159,120). Sum of RGB (Red+Green+Blue) = 141+159+120=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9F78 is #726087. Grayscale: #959595. Windows color (decimal): -7495816 or 7905165. OLE color: 7905165.

HSL color Cylindrical-coordinate representation of color #8D9F78: hue angle of 87.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D9F78 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB141159120-
CMYK0.1100.250.38
HSL87.69º16.88%54.71%-
HSV(B)87.69º24.53%62.35%-
XYZ26.7731.8222.5-
YUV149.17111.54122.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=33.57%
G=37.86%
B=28.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411591200.1100.250.3887.6916.8854.71
Hex8D9F78B01926581137
Octal21523717013031461302167
Binary100011011001111111110001011011001100110101100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,159,120); }

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

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

 a { background-color: rgb(141,159,120); }

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

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

 span { border-color: rgb(141,159,120); }

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