#8D9581

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

Shades of Sage #8D9581

Tints of Sage #8D9581

Color information

#8D9581 (or 0x8D9581) is unknown color: approx Sage. HEX triplet: 8D, 95 and 81. RGB value is (141,149,129). Sum of RGB (Red+Green+Blue) = 141+149+129=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9581 is #726A7E. Grayscale: #909090. Windows color (decimal): -7498367 or 8492429. OLE color: 8492429.

HSL color Cylindrical-coordinate representation of color #8D9581: hue angle of 84º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D9581 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB141149129-
CMYK0.0500.130.42
HSL84º8.62%54.51%-
HSV(B)84º13.42%58.43%-
XYZ25.6928.7424.96-
YUV144.33119.35125.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=33.65%
G=35.56%
B=30.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411491290.0500.130.42848.6254.51
Hex8D958150D2A54937
Octal2152252015015521241167
Binary1000110110010101100000011010110110101010101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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