#8D957F

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

Shades of Sage #8D957F

Tints of Sage #8D957F

Color information

#8D957F (or 0x8D957F) is unknown color: approx Sage. HEX triplet: 8D, 95 and 7F. RGB value is (141,149,127). Sum of RGB (Red+Green+Blue) = 141+149+127=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #8D957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D957F is #726A80. Grayscale: #909090. Windows color (decimal): -7498369 or 8361357. OLE color: 8361357.

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

Color convert

RGB141149127-
CMYK0.0500.150.42
HSL81.82º9.4%54.12%-
HSV(B)81.82º14.77%58.43%-
XYZ25.5628.6924.27-
YUV144.1118.35125.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 127 (50% from 255) = 30.46%
R=33.81%
G=35.73%
B=30.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411491270.0500.150.4281.829.454.12
Hex8D957F50F2A52936
Octal2152251775017521221166
Binary100011011001010111111111010111110101010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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