#8D937F

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

Shades of Sage #8D937F

Tints of Sage #8D937F

Color information

#8D937F (or 0x8D937F) is unknown color: approx Sage. HEX triplet: 8D, 93 and 7F. RGB value is (141,147,127). Sum of RGB (Red+Green+Blue) = 141+147+127=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 147 - color contains mainly: green. Hex color #8D937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D937F is #726C80. Grayscale: #8E8E8E. Windows color (decimal): -7498881 or 8360845. OLE color: 8360845.

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

Color convert

RGB141147127-
CMYK0.0400.140.42
HSL78º8.47%53.73%-
HSV(B)78º13.61%57.65%-
XYZ25.2528.0624.16-
YUV142.93119.01126.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 127 (50% from 255) = 30.60%
R=33.98%
G=35.42%
B=30.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411471270.0400.140.42788.4753.73
Hex8D937F40E2A4e836
Octal2152231774016521161066
Binary100011011001001111111111000111010101010011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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