#8D9979

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

Shades of Sage #8D9979

Tints of Sage #8D9979

Color information

#8D9979 (or 0x8D9979) is unknown color: approx Sage. HEX triplet: 8D, 99 and 79. RGB value is (141,153,121). Sum of RGB (Red+Green+Blue) = 141+153+121=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9979 is #726686. Grayscale: #919191. Windows color (decimal): -7497351 or 7969165. OLE color: 7969165.

HSL color Cylindrical-coordinate representation of color #8D9979: hue angle of 82.5º 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 #8D9979 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB141153121-
CMYK0.0800.210.4
HSL82.5º13.56%53.73%-
HSV(B)82.5º20.92%60%-
XYZ25.8329.8322.48-
YUV145.76114.02124.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=33.98%
G=36.87%
B=29.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411531210.0800.210.482.513.5653.73
Hex8D997980152852e36
Octal21523117110025501221666
Binary10001101100110011111001100001010110100010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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