#8D9A78

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

Shades of Sage #8D9A78

Tints of Sage #8D9A78

Color information

#8D9A78 (or 0x8D9A78) is unknown color: approx Sage. HEX triplet: 8D, 9A and 78. RGB value is (141,154,120). Sum of RGB (Red+Green+Blue) = 141+154+120=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9A78 is #726587. Grayscale: #929292. Windows color (decimal): -7497096 or 7903885. OLE color: 7903885.

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

Color convert

RGB141154120-
CMYK0.0800.220.40
HSL82.94º14.41%53.73%-
HSV(B)82.94º22.08%60.39%-
XYZ25.9330.1322.22-
YUV146.24113.19124.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=33.98%
G=37.11%
B=28.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411541200.0800.220.4082.9414.4153.73
Hex8D9A7880162853e36
Octal21523217010026501231666
Binary10001101100110101111000100001011010100010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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