#8D986F

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

Shades of Sage #8D986F

Tints of Sage #8D986F

Color information

#8D986F (or 0x8D986F) is unknown color: approx Sage. HEX triplet: 8D, 98 and 6F. RGB value is (141,152,111). Sum of RGB (Red+Green+Blue) = 141+152+111=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #8D986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D986F is #726790. Grayscale: #909090. Windows color (decimal): -7497617 or 7313549. OLE color: 7313549.

HSL color Cylindrical-coordinate representation of color #8D986F: hue angle of 76.1º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D986F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB141152111-
CMYK0.0700.270.40
HSL76.1º16.6%51.57%-
HSV(B)76.1º26.97%59.61%-
XYZ25.0829.2719.37-
YUV144.04109.36125.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 111 (43.75% from 255) = 27.48%
R=34.90%
G=37.62%
B=27.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411521110.0700.270.4076.116.651.57
Hex8D986F701B284c1134
Octal2152301577033501142164
Binary10001101100110001101111111011011101000100110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,152,111); }

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

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

 a { background-color: rgb(141,152,111); }

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

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

 span { border-color: rgb(141,152,111); }

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