#8D9381

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

Shades of Sage #8D9381

Tints of Sage #8D9381

Color information

#8D9381 (or 0x8D9381) is unknown color: approx Sage. HEX triplet: 8D, 93 and 81. RGB value is (141,147,129). Sum of RGB (Red+Green+Blue) = 141+147+129=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9381 is #726C7E. Grayscale: #8F8F8F. Windows color (decimal): -7498879 or 8491917. OLE color: 8491917.

HSL color Cylindrical-coordinate representation of color #8D9381: hue angle of 80º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D9381 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB141147129-
CMYK0.0400.120.42
HSL80º7.69%54.12%-
HSV(B)80º12.24%57.65%-
XYZ25.3828.1224.86-
YUV143.15120.01126.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=33.81%
G=35.25%
B=30.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471290.0400.120.42807.6954.12
Hex8D938140C2A50836
Octal2152232014014521201066
Binary1000110110010011100000011000110010101010100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,129); }

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

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

 a { background-color: rgb(141,147,129); }

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

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

 span { border-color: rgb(141,147,129); }

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